Class ConsentTokenKt

    • 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
    • Method Summary

      Modifier and Type Method Description
      final static JSONObject toJSON(ConsentToken $self) Convert the token into a JSON object The token is stored in a standardized format across SDKs so we need to convert from our internal format.
      final static DidomiConsentToken toDidomiConsentToken(ConsentToken $self, String userId) Convert internal consent token to a DidomiConsentToken that can be encoded / decoded
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • toJSON

         final static JSONObject toJSON(ConsentToken $self)

        Convert the token into a JSON object The token is stored in a standardized format across SDKs so we need to convert from our internal format.