Package org.robovm.apple.intents
Class INSetTaskAttributeIntentHandlingAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INSetTaskAttributeIntentHandlingAdapter
- All Implemented Interfaces:
NSObjectProtocol,INSetTaskAttributeIntentHandling,ObjCProtocol
public class INSetTaskAttributeIntentHandlingAdapter extends NSObject implements INSetTaskAttributeIntentHandling
-
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
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Constructor Description INSetTaskAttributeIntentHandlingAdapter() -
Method Summary
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, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
INSetTaskAttributeIntentHandlingAdapter
public INSetTaskAttributeIntentHandlingAdapter()
-
-
Method Details
-
handleSetTaskAttribute
public void handleSetTaskAttribute(INSetTaskAttributeIntent intent, VoidBlock1<INSetTaskAttributeIntentResponse> completion)- Specified by:
handleSetTaskAttributein interfaceINSetTaskAttributeIntentHandling
-
confirmSetTaskAttribute
public void confirmSetTaskAttribute(INSetTaskAttributeIntent intent, VoidBlock1<INSetTaskAttributeIntentResponse> completion)- Specified by:
confirmSetTaskAttributein interfaceINSetTaskAttributeIntentHandling
-
resolveTargetTaskForSetTaskAttribute
public void resolveTargetTaskForSetTaskAttribute(INSetTaskAttributeIntent intent, VoidBlock1<INTaskResolutionResult> completion)- Specified by:
resolveTargetTaskForSetTaskAttributein interfaceINSetTaskAttributeIntentHandling
-
resolveTaskTitleForSetTaskAttribute
public void resolveTaskTitleForSetTaskAttribute(INSetTaskAttributeIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)- Specified by:
resolveTaskTitleForSetTaskAttributein interfaceINSetTaskAttributeIntentHandling- Since:
- Available in iOS 13.0 and later.
-
resolveStatusForSetTaskAttribute
public void resolveStatusForSetTaskAttribute(INSetTaskAttributeIntent intent, VoidBlock1<INTaskStatusResolutionResult> completion)- Specified by:
resolveStatusForSetTaskAttributein interfaceINSetTaskAttributeIntentHandling
-
resolvePriorityForSetTaskAttribute
public void resolvePriorityForSetTaskAttribute(INSetTaskAttributeIntent intent, VoidBlock1<INTaskPriorityResolutionResult> completion)- Specified by:
resolvePriorityForSetTaskAttributein interfaceINSetTaskAttributeIntentHandling- Since:
- Available in iOS 13.0 and later.
-
resolveSpatialEventTriggerForSetTaskAttribute
public void resolveSpatialEventTriggerForSetTaskAttribute(INSetTaskAttributeIntent intent, VoidBlock1<INSpatialEventTriggerResolutionResult> completion)- Specified by:
resolveSpatialEventTriggerForSetTaskAttributein interfaceINSetTaskAttributeIntentHandling
-
resolveTemporalEventTriggerForSetTaskAttribute
@Deprecated public void resolveTemporalEventTriggerForSetTaskAttribute(INSetTaskAttributeIntent intent, VoidBlock1<INTemporalEventTriggerResolutionResult> completion)Deprecated.Deprecated in iOS 13.0. resolveTemporalEventTriggerForSetTaskAttribute:withCompletion: is deprecated. Use resolveTemporalEventTriggerForSetTaskAttribute:completion: instead- Specified by:
resolveTemporalEventTriggerForSetTaskAttributein interfaceINSetTaskAttributeIntentHandling- Since:
- Available in iOS 11.0 and later.
-
resolveTemporalEventTrigger
public void resolveTemporalEventTrigger(INSetTaskAttributeIntent intent, VoidBlock1<INSetTaskAttributeTemporalEventTriggerResolutionResult> completion)- Specified by:
resolveTemporalEventTriggerin interfaceINSetTaskAttributeIntentHandling- Since:
- Available in iOS 13.0 and later.
-