TCHUserUpdate Constants Reference
| Declared in | TCHConstants.h | 
|---|
TCHUserUpdate
Enumeration indicating the updates made to the TCHUser object.
Definition
typedef NS_ENUM(NSInteger, TCHUserUpdate ) {
                            
                               TCHUserUpdateFriendlyName = 0,
                            
                               TCHUserUpdateAttributes,
                            
                               TCHUserUpdateReachabilityOnline,
                            
                               TCHUserUpdateReachabilityNotifiable,
                            
                            };
                    
                    Constants
- TCHUserUpdateFriendlyName
- 
The friendly name changed. Declared In TCHConstants.h.
- TCHUserUpdateAttributes
- 
The attributes changed. Declared In TCHConstants.h.
- TCHUserUpdateReachabilityOnline
- 
The user’s online status changed. Declared In TCHConstants.h.
- TCHUserUpdateReachabilityNotifiable
- 
The user’s notifiability status changed. Declared In TCHConstants.h.
Declared In
TCHConstants.h