Package org.robovm.apple.intents
Class INWorkoutsDomainHandlingAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INStartWorkoutIntentHandlingAdapter
org.robovm.apple.intents.INWorkoutsDomainHandlingAdapter
- All Implemented Interfaces:
NSObjectProtocol,INCancelWorkoutIntentHandling,INEndWorkoutIntentHandling,INPauseWorkoutIntentHandling,INResumeWorkoutIntentHandling,INStartWorkoutIntentHandling,INWorkoutsDomainHandling,ObjCProtocol
public class INWorkoutsDomainHandlingAdapter extends INStartWorkoutIntentHandlingAdapter implements INWorkoutsDomainHandling
-
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 INWorkoutsDomainHandlingAdapter() -
Method Summary
Methods inherited from class org.robovm.apple.intents.INStartWorkoutIntentHandlingAdapter
confirmStartWorkout, handleStartWorkout, resolveGoalValueForStartWorkout, resolveIsOpenEndedForStartWorkout, resolveWorkoutGoalUnitTypeForStartWorkout, resolveWorkoutLocationTypeForStartWorkout, resolveWorkoutNameForStartWorkoutMethods 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 interface org.robovm.apple.intents.INStartWorkoutIntentHandling
confirmStartWorkout, handleStartWorkout, resolveGoalValueForStartWorkout, resolveIsOpenEndedForStartWorkout, resolveWorkoutGoalUnitTypeForStartWorkout, resolveWorkoutLocationTypeForStartWorkout, resolveWorkoutNameForStartWorkout
-
Constructor Details
-
INWorkoutsDomainHandlingAdapter
public INWorkoutsDomainHandlingAdapter()
-
-
Method Details
-
handlePauseWorkout
public void handlePauseWorkout(INPauseWorkoutIntent intent, VoidBlock1<INPauseWorkoutIntentResponse> completion)- Specified by:
handlePauseWorkoutin interfaceINPauseWorkoutIntentHandling
-
confirmPauseWorkout
public void confirmPauseWorkout(INPauseWorkoutIntent intent, VoidBlock1<INPauseWorkoutIntentResponse> completion)- Specified by:
confirmPauseWorkoutin interfaceINPauseWorkoutIntentHandling
-
resolveWorkoutNameForPauseWorkout
public void resolveWorkoutNameForPauseWorkout(INPauseWorkoutIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)- Specified by:
resolveWorkoutNameForPauseWorkoutin interfaceINPauseWorkoutIntentHandling
-
handleEndWorkout
public void handleEndWorkout(INEndWorkoutIntent intent, VoidBlock1<INEndWorkoutIntentResponse> completion)- Specified by:
handleEndWorkoutin interfaceINEndWorkoutIntentHandling
-
confirmEndWorkout
public void confirmEndWorkout(INEndWorkoutIntent intent, VoidBlock1<INEndWorkoutIntentResponse> completion)- Specified by:
confirmEndWorkoutin interfaceINEndWorkoutIntentHandling
-
resolveWorkoutNameForEndWorkout
public void resolveWorkoutNameForEndWorkout(INEndWorkoutIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)- Specified by:
resolveWorkoutNameForEndWorkoutin interfaceINEndWorkoutIntentHandling
-
handleCancelWorkout
public void handleCancelWorkout(INCancelWorkoutIntent intent, VoidBlock1<INCancelWorkoutIntentResponse> completion)- Specified by:
handleCancelWorkoutin interfaceINCancelWorkoutIntentHandling
-
confirmCancelWorkout
public void confirmCancelWorkout(INCancelWorkoutIntent intent, VoidBlock1<INCancelWorkoutIntentResponse> completion)- Specified by:
confirmCancelWorkoutin interfaceINCancelWorkoutIntentHandling
-
resolveWorkoutNameForCancelWorkout
public void resolveWorkoutNameForCancelWorkout(INCancelWorkoutIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)- Specified by:
resolveWorkoutNameForCancelWorkoutin interfaceINCancelWorkoutIntentHandling
-
handleResumeWorkout
public void handleResumeWorkout(INResumeWorkoutIntent intent, VoidBlock1<INResumeWorkoutIntentResponse> completion)- Specified by:
handleResumeWorkoutin interfaceINResumeWorkoutIntentHandling
-
confirmResumeWorkout
public void confirmResumeWorkout(INResumeWorkoutIntent intent, VoidBlock1<INResumeWorkoutIntentResponse> completion)- Specified by:
confirmResumeWorkoutin interfaceINResumeWorkoutIntentHandling
-
resolveWorkoutNameForResumeWorkout
public void resolveWorkoutNameForResumeWorkout(INResumeWorkoutIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)- Specified by:
resolveWorkoutNameForResumeWorkoutin interfaceINResumeWorkoutIntentHandling
-