SFUserAccountLoginState Constants Reference

Declared in SFUserAccount.h

SFUserAccountLoginState

Enumeration of the potential login states of the user account.

Definition

typedef NS_ENUM(NSUInteger, SFUserAccountLoginState ) {
   SFUserAccountLoginStateNotLoggedIn = 0,
   SFUserAccountLoginStateLoggedIn,
   SFUserAccountLoginStateLoggingOut,
};

Constants

SFUserAccountLoginStateNotLoggedIn
 User account is not logged in.

Declared In SFUserAccount.h.

SFUserAccountLoginStateLoggedIn
 User account is logged in.

Declared In SFUserAccount.h.

SFUserAccountLoginStateLoggingOut
 User account is in the process of logging out.

Declared In SFUserAccount.h.

Declared In

SFUserAccount.h