CallKitOptions
public struct CallKitOptions : Hashable
With CallKitOptions
the client may change the CallKit provider configuration.
-
Declaration
Swift
public var includesCallsInRecents: Bool
-
The name of the sound resource in the app bundle to be used for the provider ringtone.
Declaration
Swift
public var ringtoneSound: String?
-
The icon image to be displayed for the provider.
Declaration
Swift
public var iconFileName: String?
-
Declaration
Swift
public var iconFileBundle: Bundle?
-
Declaration
Swift
public init(includesCallsInRecents: Bool, ringtoneSound: String?, iconFile: String?, iconFileBundle: Bundle? = Bundle.main)
-
Declaration
Swift
public static func defaultOptions() -> CallKitOptions