Bit6OutgoingMessage Class Reference
| Inherits from | Bit6Message : NSObject |
| Declared in | Bit6OutgoingMessage.h |
Tasks
-
– initWithDestination: -
contentproperty -
destinationproperty -
imageproperty -
videoURLproperty -
videoCropStartproperty -
videoCropEndproperty -
locationproperty -
– uniqueAudioFilePath -
audioFilePathproperty -
– sendWithCompletionHandler: -
+ outgoingCopyOfMessage:
Properties
audioFilePath
Path of the attached audio file, if available.
@property (nullable, nonatomic, strong) NSString *audioFilePathDeclared In
Bit6OutgoingMessage.hcontent
Text content of the message.
@property (nullable, nonatomic, copy) NSString *contentDeclared In
Bit6OutgoingMessage.hdestination
The Bit6Address object to reference the message’s destination.
@property (nonnull, nonatomic, strong) Bit6Address *destinationDeclared In
Bit6OutgoingMessage.himage
Image to send as an attachment.
@property (nullable, nonatomic, strong) UIImage *imageDeclared In
Bit6OutgoingMessage.hlocation
Location to send with the message.
@property (nonatomic) CLLocationCoordinate2D locationDeclared In
Bit6OutgoingMessage.hvideoCropEnd
Specifies the end of the time range, in seconds, to be sent from the video.
@property (nullable, nonatomic, strong) NSNumber *videoCropEndDeclared In
Bit6OutgoingMessage.hClass Methods
outgoingCopyOfMessage:
Creates a copy of a sent message. This copy has a different identifier and it’s ready to be forwarded.
+ (nonnull Bit6OutgoingMessage *)outgoingCopyOfMessage:(nonnull Bit6Message *)msgParameters
- msg
message to be copied
Return Value
copy of the message
Declared In
Bit6OutgoingMessage.hInstance Methods
initWithDestination:
Initializes a Bit6OutgoingMessage object
- (nonnull instancetype)initWithDestination:(nonnull Bit6Address *)destinationParameters
- destination
An Bit6Address object to where to send the message.
Return Value
a new Bit6OutgoingMessage object.
Declared In
Bit6OutgoingMessage.h