TVOCallMessageBuilder Class Reference
Inherits from | NSObject |
---|---|
Declared in | TVOCallMessage.h |
contentType
The MIME type for the message.
@property (nonatomic, copy, nullable) NSString *contentType
Discussion
Currently the only supported type is “application/json”, which is also the default value.
Declared In
TVOCallMessage.h
– init
You should not initialize TVOCallMessageBuilder
directly, use a TVOCallMessageBuilderBlock
instead.
- (null_unspecified instancetype)init
Declared In
TVOCallMessage.h