NIMTipObject Class Reference

Inherits from NSObject
Conforms to NIMMessageObject
Declared in NIMTipObject.h

  attach

Message attachment

@property (nonatomic, copy, readonly, nullable) NSString *attach

Discussion

Message attachment

Declared In

NIMTipObject.h

  callbackExt

Custom extension field returned by a third party callback

@property (nonatomic, copy, readonly, nullable) NSString *callbackExt

Discussion

Custom extension field returned by a third party callback

Declared In

NIMTipObject.h

– initWithAttach:callbackExt:

Tip message attachment object constructor

- (instancetype)initWithAttach:(nullable NSString *)attach callbackExt:(nullable NSString *)callbackExt

Parameters

attach

attachment

callbackExt

the custom extension field returned by a third party callback. Optional.

Discussion

Tip message attachment object constructor

Declared In

NIMTipObject.h