GenerateOneTimeKeyCallback
Interface that the application implements to receive the result of a one-time key generation.
Methods
onFailure
Reports failure generation of a one-time key.
Parameters
error:
Error type
Returns
type:
Unit
onSuccess
Reports successful generation of a one-time key.
Parameters
key:
String
Generated one-time key
Returns
type:
Unit