InviteContent
@objcMembers
@objc(GetSocialInviteContent)
public final class InviteContent : NSObject
Describe invite content.
-
Invite subject.
Declaration
Swift
public var subject: String?
-
Invite text.
Declaration
Swift
public var text: String?
-
Attachment.
Declaration
Swift
public var mediaAttachment: MediaAttachment?
-
Link parameters.
Declaration
Swift
public var linkParams: [String : NSObject]
-
Set link parameter.
Declaration
Swift
@objc(setLinkParameterValue:forKey:) public func setLinkParameter(value: NSObject, forKey: String)
Parameters
value
Value to set.
forKey
Key for the value.
-
Description.
Declaration
Swift
public override var description: String { get }