TWMUserInfoUpdate Constants Reference

Declared in TWMConstants.h

TWMUserInfoUpdate

Enumeration indicating the updates made to the TWMUserInfo object.

Definition

typedef NS_ENUM(NSInteger, TWMUserInfoUpdate ) {
   TWMUserInfoUpdateFriendlyName = 0,
   TWMUserInfoUpdateAttributes,
   TWMUserInfoUpdateReachabilityOnline,
   TWMUserInfoUpdateReachabilityNotifiable,
};

Constants

TWMUserInfoUpdateFriendlyName

The friendly name changed.

Declared In TWMConstants.h.

TWMUserInfoUpdateAttributes

The attributes changed.

Declared In TWMConstants.h.

TWMUserInfoUpdateReachabilityOnline

The user’s online status changed.

Declared In TWMConstants.h.

TWMUserInfoUpdateReachabilityNotifiable

The user’s notifiability status changed.

Declared In TWMConstants.h.

Declared In

TWMConstants.h