PhoneCallCandidatesItem
public struct PhoneCallCandidatesItem : Codable
<#Description#>
-
<#Description#>
See moreDeclaration
Swift
public enum SearchTarget : Codable -
<#Description#>
Declaration
Swift
public let playServiceId: String -
<#Description#>
Declaration
Swift
public let intent: PhoneCallIntent -
<#Description#>
Declaration
Swift
public let callType: PhoneCallType? -
<#Description#>
Declaration
Swift
public let recipientIntended: PhoneCallRecipientIntended? -
<#Description#>
Declaration
Swift
public let candidates: [PhoneCallPerson]? -
<#Description#>
Declaration
Swift
public let searchScene: String? -
<#Description#>
Declaration
Swift
public init( playServiceId: String, intent: PhoneCallIntent, callType: PhoneCallType?, recipientIntended: PhoneCallRecipientIntended?, candidates: [PhoneCallPerson]?, searchScene: String? )Parameters
playServiceId<#playServiceId description#>
intent<#intent description#>
callType<#callType description#>
recipientIntended<#recipientIntended description#>
candidates<#candidates description#>
searchScene<#searchScene description#>
View on GitHub
PhoneCallCandidatesItem Structure Reference