Package com.marigold.sdk
Class Cheetah
-
- All Implemented Interfaces:
public final class CheetahSeparates logic between the core Marigold SDK functionality and that of Cheetah apps.
-
-
Constructor Summary
Constructors Constructor Description Cheetah()
-
Method Summary
Modifier and Type Method Description final UnitlogRegistrationEvent(String userId, Marigold.MarigoldHandler<Void> handler)Log a registration event with Marigold. -
-
Method Detail
-
logRegistrationEvent
final Unit logRegistrationEvent(String userId, Marigold.MarigoldHandler<Void> handler)
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.handler- Callback returns an error if one occurred.
-
-
-
-