TCHUserInfoUpdate Constants Reference
| Declared in | TCHConstants.h |
|---|
TCHUserInfoUpdate
Enumeration indicating the updates made to the TCHUserInfo object.
Definition
typedef NS_ENUM(NSInteger, TCHUserInfoUpdate ) {
TCHUserInfoUpdateFriendlyName = 0,
TCHUserInfoUpdateAttributes,
TCHUserInfoUpdateReachabilityOnline,
TCHUserInfoUpdateReachabilityNotifiable,
};
Constants
TCHUserInfoUpdateFriendlyName-
The friendly name changed.
Declared In
TCHConstants.h. TCHUserInfoUpdateAttributes-
The attributes changed.
Declared In
TCHConstants.h. TCHUserInfoUpdateReachabilityOnline-
The user’s online status changed.
Declared In
TCHConstants.h. TCHUserInfoUpdateReachabilityNotifiable-
The user’s notifiability status changed.
Declared In
TCHConstants.h.
Declared In
TCHConstants.h