Cheetah

class Cheetah

Separates logic between the core Marigold SDK functionality and that of Cheetah apps.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

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.

Link copied to clipboard
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.

Link copied to clipboard

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.