SFUserAccountChange Constants Reference

Declared in SFUserAccountConstants.h

SFUserAccountChange

The various changes that can affect a user account

Definition

typedef NS_OPTIONS(NSUInteger, SFUserAccountChange ) {
   SFUserAccountChangeUnknown = 1 < < 0,
   SFUserAccountChangeNewUser = 1 < < 1,
   SFUserAccountChangeCurrentUser = 1 < < 2,
};

Constants

SFUserAccountChangeUnknown

Unknown change

Declared In SFUserAccountConstants.h.

SFUserAccountChangeNewUser

New User

Declared In SFUserAccountConstants.h.

SFUserAccountChangeCurrentUser

Change of Current User

Declared In SFUserAccountConstants.h.

Declared In

SFUserAccountConstants.h