UserRegistrationStatus

data class UserRegistrationStatus(val accountMeta: AccountMeta, val isUserRegistered: Boolean)

User Registration Status

Author

Arshiya Khanum

Since

12.7.00

Constructors

Link copied to clipboard
constructor(accountMeta: AccountMeta, isUserRegistered: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard

User registration status, true if registered successfully else false