AbstractProgrammatically add new localization strings to the user interface
Returns a translator for a specific namespace
Optionalnamespace: stringAbstractloginInteract with the user to collect the data needed for a [[UserInterfaceLoginResponse]].
AbstractonInform the UI that an account creation process has started
AbstractonInform the UI that a account creation call has completed *
AbstractonInform the UI that a transact call has started broadcasting the transaction *
AbstractonInform the UI that a transact call has completed broadcasting the transaction *
AbstractonInform the UI that an error has occurred
AbstractonInform the UI that a login call has started *
Optionaloptions: LoginOptionsAbstractonInform the UI that a login call has completed *
AbstractonInform the UI that a transact call has started signing the transaction *
AbstractonInform the UI that a transact call has completed signing the transaction *
AbstractonInform the UI that a transact call has started *
AbstractonInform the UI that a transact call has completed *
AbstractpromptPrompt the user with a custom UI element *
AbstractstatusUpdate the displayed modal status from a TransactPlugin *
Translate a string using the UI's language *
Optionaloptions: UserInterfaceTranslateOptionsOptionalnamespace: string
Abstract class which all 3rd party [[UserInterface]] implementations may extend.