Skip to content

Type Alias: CallIntentHandleType

ts
type CallIntentHandleType = "phoneNumber" | "email" | "unknown";

Defined in: Calls.types.ts:445

Kind of handle attached to a call intent (Recents tap, Siri).

Released under the MIT License.