Package org.robovm.apple.intents
Interface INStartAudioCallIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCallsDomainHandling
- All Known Implementing Classes:
INCallsDomainHandlingAdapter,INStartAudioCallIntentHandlingAdapter
@Deprecated public interface INStartAudioCallIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 13.0. INStartAudioCallIntent is deprecated. Please adopt INStartCallIntent instead
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<INStartAudioCallIntentResponse> completion)Deprecated.voidhandleStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<INStartAudioCallIntentResponse> completion)Deprecated.voidresolveContactsForStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<NSArray<INPersonResolutionResult>> completion)Deprecated.voidresolveDestinationTypeForStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<INCallDestinationTypeResolutionResult> completion)Deprecated.
-
Method Details
-
handleStartAudioCall
void handleStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<INStartAudioCallIntentResponse> completion)Deprecated. -
confirmStartAudioCall
void confirmStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<INStartAudioCallIntentResponse> completion)Deprecated. -
resolveDestinationTypeForStartAudioCall
void resolveDestinationTypeForStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<INCallDestinationTypeResolutionResult> completion)Deprecated.- Since:
- Available in iOS 11.0 and later.
-
resolveContactsForStartAudioCall
void resolveContactsForStartAudioCall(INStartAudioCallIntent intent, VoidBlock1<NSArray<INPersonResolutionResult>> completion)Deprecated.
-