Class CheetahExtensionsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • 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.