LCIMTextMessage
Objective-C
@interface LCIMTextMessage : LCIMTypedMessage <LCIMTypedMessageSubclassing>
Swift
class LCIMTextMessage : LCIMTypedMessage, LCIMTypedMessageSubclassing
Text Message.
-
Create a text message.
Declaration
Objective-C
+ (nonnull instancetype)messageWithText:(nonnull NSString *)text;Swift
convenience init(text: String)Parameters
textThe string text.
-
Create a text message.
Declaration
Objective-C
+ (nonnull instancetype)messageWithText:(nonnull NSString *)text attributes:(NSDictionary *_Nullable)attributes;Swift
convenience init(text: String, attributes: [AnyHashable : Any]? = nil)Parameters
textThe string text.
attributesThe custom attributes.
View on GitHub
Install in Dash
LCIMTextMessage Class Reference