Client State Delegate
Overview
A delegate to handle Client’s sign-in state changes.
Declared In
SNRClient.h
Related To
Declaration
NS_SWIFT_NAME(ClientStateDelegate)
@protocol SNRClientStateDelegate
Methods
This method is called when a client signs in.
func snr_clientIsSignedIn() -> Void
This method is called when a client signs out.
func snr_clientIsSignedOut(reason: ClientSessionEndReason) -> Void
Parameter | Type | Description |
---|---|---|
reason | ClientSessionEndReason |
Specifies the reason for signing out. |