Ditto Authentication Status Did Change Callback
interface DittoAuthenticationStatusDidChangeCallback
Content copied to clipboard
Typically this will only be used if interacting with the SDK from Java. You can call observeStatus()
with an object that implements this interface.
Functions
authentication Status Did Change
Link copied to clipboard
abstract fun authenticationStatusDidChange(authenticationStatus: DittoAuthenticationStatus)
Content copied to clipboard