Package org.robovm.apple.intents
Interface INStartVideoCallIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCallsDomainHandling
- All Known Implementing Classes:
INCallsDomainHandlingAdapter,INStartVideoCallIntentHandlingAdapter
@Deprecated public interface INStartVideoCallIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 13.0. INStartVideoCallIntent is deprecated. Please adopt INStartCallIntent instead
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmStartVideoCall(INStartVideoCallIntent intent, VoidBlock1<INStartVideoCallIntentResponse> completion)Deprecated.voidhandleStartVideoCall(INStartVideoCallIntent intent, VoidBlock1<INStartVideoCallIntentResponse> completion)Deprecated.voidresolveContactsForStartVideoCall(INStartVideoCallIntent intent, VoidBlock1<NSArray<INPersonResolutionResult>> completion)Deprecated.
-
Method Details
-
handleStartVideoCall
void handleStartVideoCall(INStartVideoCallIntent intent, VoidBlock1<INStartVideoCallIntentResponse> completion)Deprecated. -
confirmStartVideoCall
void confirmStartVideoCall(INStartVideoCallIntent intent, VoidBlock1<INStartVideoCallIntentResponse> completion)Deprecated. -
resolveContactsForStartVideoCall
void resolveContactsForStartVideoCall(INStartVideoCallIntent intent, VoidBlock1<NSArray<INPersonResolutionResult>> completion)Deprecated.
-