PlanetKitCallStartMessage
public class PlanetKitCallStartMessage : NSObject
A class designed to transmit a message when initiating a call.
-
The data associated with the call start message.
Declaration
Swift
@objc public private(set) var data: String { get }
-
Initializes a new instance of the
PlanetKitCallStartMessage
class with the specified data.Declaration
Swift
@objc public init?(data: String)
Parameters
data
The data associated with the call start message.
Return Value
An initialized
PlanetKitCallStartMessage
object, ornil
if the call start message could not be created.