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:) -> Void
Parameter | Type | Description |
---|---|---|
reason | SNRClientSessionEndReason |
Specifies the reason for signing out. |