Package org.robovm.apple.intents
Class INStartCallIntentHandlingAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INStartCallIntentHandlingAdapter
- All Implemented Interfaces:
NSObjectProtocol,INStartCallIntentHandling,ObjCProtocol
public class INStartCallIntentHandlingAdapter extends NSObject implements INStartCallIntentHandling
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description INStartCallIntentHandlingAdapter() -
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)Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
INStartCallIntentHandlingAdapter
public INStartCallIntentHandlingAdapter()
-
-
Method Details
-
handleStartCall
public void handleStartCall(INStartCallIntent intent, VoidBlock1<INStartCallIntentResponse> completion)- Specified by:
handleStartCallin interfaceINStartCallIntentHandling
-
confirmStartCall
public void confirmStartCall(INStartCallIntent intent, VoidBlock1<INStartCallIntentResponse> completion)- Specified by:
confirmStartCallin interfaceINStartCallIntentHandling
-
resolveCallRecord
public void resolveCallRecord(INStartCallIntent intent, VoidBlock1<INCallRecordResolutionResult> completion)- Specified by:
resolveCallRecordin interfaceINStartCallIntentHandling- Since:
- Available in iOS 14.0 and later.
-
resolveDestinationType
public void resolveDestinationType(INStartCallIntent intent, VoidBlock1<INCallDestinationTypeResolutionResult> completion)- Specified by:
resolveDestinationTypein interfaceINStartCallIntentHandling
-
resolveContacts
public void resolveContacts(INStartCallIntent intent, VoidBlock1<NSArray<INStartCallContactResolutionResult>> completion)- Specified by:
resolveContactsin interfaceINStartCallIntentHandling
-
resolveCallCapability
public void resolveCallCapability(INStartCallIntent intent, VoidBlock1<INStartCallCallCapabilityResolutionResult> completion)- Specified by:
resolveCallCapabilityin interfaceINStartCallIntentHandling
-