Package io.metamask.androidsdk
Enum Event
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SDK_RPC_REQUESTSDK_CONNECTION_REQUEST_STARTEDSDK_CONNECTION_ESTABLISHEDSDK_CONNECTION_AUTHORIZEDSDK_CONNECTION_REJECTEDSDK_CONNECTION_FAILEDSDK_DISCONNECTED
-
Method Summary
Modifier and Type Method Description final EventvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<Event>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetValue()final EnumEntries<Event>getEntries()-
-
Method Detail
-
valueOf
final Event valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<Event> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<Event> getEntries()
-
-
-
-