Client State Delegate

Overview


A delegate to handle Client’s sign-in state changes.

Declared In

SNRClient.h

ClientSessionEndReason

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.
😕

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

😉

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker