PlanetKitCallKitSetting
public class PlanetKitCallKitSetting : NSObject
A class that represents the settings for PlanetKit CallKit.
-
The type of the CallKit setting.
Declaration
Swift
@objc public var type: PlanetKitCallKitType
-
The parameter of the CallKit setting.
Declaration
Swift
@objc public var param: PlanetKitCallKitParam?
-
Initializes a new instance of the PlanetKitCallKitSetting class.
Declaration
Swift
@objc public init(type: PlanetKitCallKitType, param: PlanetKitCallKitParam?)
Parameters
type
The type of the CallKit setting.
param
The parameter of the CallKit setting.