Package org.robovm.apple.intents
Interface INStartCallIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INStartCallIntentHandlingAdapter
public interface INStartCallIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 13.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmStartCall(INStartCallIntent intent, VoidBlock1<INStartCallIntentResponse> completion)voidhandleStartCall(INStartCallIntent intent, VoidBlock1<INStartCallIntentResponse> completion)voidresolveCallCapability(INStartCallIntent intent, VoidBlock1<INStartCallCallCapabilityResolutionResult> completion)voidresolveCallRecord(INStartCallIntent intent, VoidBlock1<INCallRecordResolutionResult> completion)voidresolveContacts(INStartCallIntent intent, VoidBlock1<NSArray<INStartCallContactResolutionResult>> completion)voidresolveDestinationType(INStartCallIntent intent, VoidBlock1<INCallDestinationTypeResolutionResult> completion)
-
Method Details
-
handleStartCall
-
confirmStartCall
-
resolveCallRecord
void resolveCallRecord(INStartCallIntent intent, VoidBlock1<INCallRecordResolutionResult> completion)- Since:
- Available in iOS 14.0 and later.
-
resolveDestinationType
void resolveDestinationType(INStartCallIntent intent, VoidBlock1<INCallDestinationTypeResolutionResult> completion) -
resolveContacts
void resolveContacts(INStartCallIntent intent, VoidBlock1<NSArray<INStartCallContactResolutionResult>> completion) -
resolveCallCapability
void resolveCallCapability(INStartCallIntent intent, VoidBlock1<INStartCallCallCapabilityResolutionResult> completion)
-