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
Declared In
SFUserAccountConstants.h