Package org.robovm.apple.intents
Class INSetProfileInCarIntentHandlingAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INSetProfileInCarIntentHandlingAdapter
- All Implemented Interfaces:
NSObjectProtocol,INSetProfileInCarIntentHandling,ObjCProtocol
public class INSetProfileInCarIntentHandlingAdapter extends NSObject implements INSetProfileInCarIntentHandling
-
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 INSetProfileInCarIntentHandlingAdapter() -
Method Summary
Modifier and Type Method Description voidconfirmSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSetProfileInCarIntentResponse> completion)voidhandleSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSetProfileInCarIntentResponse> completion)voidresolveCarNameForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)voidresolveDefaultProfileForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated.Deprecated in iOS 11.0.voidresolveProfileNameForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INStringResolutionResult> completion)voidresolveProfileNumberForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INIntegerResolutionResult> 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
-
INSetProfileInCarIntentHandlingAdapter
public INSetProfileInCarIntentHandlingAdapter()
-
-
Method Details
-
handleSetProfileInCar
public void handleSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSetProfileInCarIntentResponse> completion)- Specified by:
handleSetProfileInCarin interfaceINSetProfileInCarIntentHandling
-
confirmSetProfileInCar
public void confirmSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSetProfileInCarIntentResponse> completion)- Specified by:
confirmSetProfileInCarin interfaceINSetProfileInCarIntentHandling
-
resolveProfileNumberForSetProfileInCar
public void resolveProfileNumberForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INIntegerResolutionResult> completion)- Specified by:
resolveProfileNumberForSetProfileInCarin interfaceINSetProfileInCarIntentHandling
-
resolveProfileNameForSetProfileInCar
public void resolveProfileNameForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INStringResolutionResult> completion)- Specified by:
resolveProfileNameForSetProfileInCarin interfaceINSetProfileInCarIntentHandling- Since:
- Available in iOS 10.2 and later.
-
resolveCarNameForSetProfileInCar
public void resolveCarNameForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)- Specified by:
resolveCarNameForSetProfileInCarin interfaceINSetProfileInCarIntentHandling- Since:
- Available in iOS 12.0 and later.
-
resolveDefaultProfileForSetProfileInCar
@Deprecated public void resolveDefaultProfileForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated.Deprecated in iOS 11.0. The property doesn't need to be resolved- Specified by:
resolveDefaultProfileForSetProfileInCarin interfaceINSetProfileInCarIntentHandling- Since:
- Available in iOS 10.0 and later.
-