PlanetKitCallMakeResult
@objc
public class PlanetKitCallMakeResult : NSObject
A class representing the result of making a PlanetKit call.
-
The reason for the failure to start the call.
Declaration
Swift
@objc public let reason: PlanetKitStartFailReason
-
The call instance if the start was successful, otherwise nil.
Declaration
Swift
@objc public let call: PlanetKitCall?