Package org.robovm.apple.intents
Interface INGetVisualCodeIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INVisualCodeDomainHandling
- All Known Implementing Classes:
INGetVisualCodeIntentHandlingAdapter,INVisualCodeDomainHandlingAdapter
@Deprecated public interface INGetVisualCodeIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INGetVisualCodeIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmGetVisualCode(INGetVisualCodeIntent intent, VoidBlock1<INGetVisualCodeIntentResponse> completion)Deprecated.voidhandleGetVisualCode(INGetVisualCodeIntent intent, VoidBlock1<INGetVisualCodeIntentResponse> completion)Deprecated.voidresolveVisualCodeTypeForGetVisualCode(INGetVisualCodeIntent intent, VoidBlock1<INVisualCodeTypeResolutionResult> completion)Deprecated.
-
Method Details
-
handleGetVisualCode
void handleGetVisualCode(INGetVisualCodeIntent intent, VoidBlock1<INGetVisualCodeIntentResponse> completion)Deprecated. -
confirmGetVisualCode
void confirmGetVisualCode(INGetVisualCodeIntent intent, VoidBlock1<INGetVisualCodeIntentResponse> completion)Deprecated. -
resolveVisualCodeTypeForGetVisualCode
void resolveVisualCodeTypeForGetVisualCode(INGetVisualCodeIntent intent, VoidBlock1<INVisualCodeTypeResolutionResult> completion)Deprecated.
-