CryptographyResponse

class CryptographyResponse(state: CryptographyState, text: String?)

Author

Umang Chamaria

Constructors

CryptographyResponse
Link copied to clipboard
fun CryptographyResponse(state: CryptographyState, text: String? = null)

Properties

state
Link copied to clipboard
val state: CryptographyState
text
Link copied to clipboard
val text: String? = null