logRegistrationEvent

suspend fun Cheetah.logRegistrationEvent(userId: String?)

Log a registration event with Marigold. This is used to log users signing in and out of the app. Pass the ID you wish to use for the sign-in or null for a sign-out.

Parameters

userId

The ID of the user signing in, or null for sign-out.

Throws

Thrown if there is an error processing the request.