Package com.moengage.core.internal.model.cryptography

Types

CryptographyRequest
Link copied to clipboard
class CryptographyRequest(cryptographyType: CryptographyType, key: String, text: String)
CryptographyResponse
Link copied to clipboard
class CryptographyResponse(state: CryptographyState, text: String?)
CryptographyState
Link copied to clipboard
enum CryptographyState : Enum<CryptographyState>
CryptographyType
Link copied to clipboard
enum CryptographyType : Enum<CryptographyType>