Package com.marigold.sdk
Class CheetahExtensionsKt
-
- All Implemented Interfaces:
public final class CheetahExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitlogRegistrationEvent(Cheetah $self, String userId)Log a registration event with Marigold. final static Result<Unit>logRegistrationEventResult(Cheetah $self, String userId)Log a registration event with Marigold. -
-
Method Detail
-
logRegistrationEvent
final static Unit logRegistrationEvent(Cheetah $self, String userId)
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.
-
logRegistrationEventResult
final static Result<Unit> logRegistrationEventResult(Cheetah $self, String userId)
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.- Returns:
Result representing the outcome of the request.
-
-
-
-