NIMTipObject Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | NIMMessageObject |
| Declared in | NIMTipObject.h |
attach
Message attachment
@property (nonatomic, copy, readonly, nullable) NSString *attachDiscussion
Message attachment
Declared In
NIMTipObject.h
callbackExt
Custom extension field returned by a third party callback
@property (nonatomic, copy, readonly, nullable) NSString *callbackExtDiscussion
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 *)callbackExtParameters
attach |
attachment |
|---|---|
callbackExt |
the custom extension field returned by a third party callback. Optional. |
Discussion
Tip message attachment object constructor
Declared In
NIMTipObject.h