EMOobMessageMeta
Objective-C
@protocol EMOobMessageMeta <NSObject>
Swift
protocol EMOobMessageMeta : NSObjectProtocol
Interface for accessing the meta data for some OOB messages.
Since
3.0-
Gets the message optional meta data
Since
3.0
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSDictionary *meta;Swift
var meta: [AnyHashable : Any]! { get }Return Value
The meta data.
EMOobMessageMeta Protocol Reference