Package org.robovm.apple.intents
Class INWorkoutGoalUnitTypeResolutionResult
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INIntentResolutionResult
org.robovm.apple.intents.INWorkoutGoalUnitTypeResolutionResult
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class INWorkoutGoalUnitTypeResolutionResult extends INIntentResolutionResult
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classINWorkoutGoalUnitTypeResolutionResult.INWorkoutGoalUnitTypeResolutionResultPtrNested classes/interfaces inherited from class org.robovm.apple.intents.INIntentResolutionResult
INIntentResolutionResult.INIntentResolutionResultPtrNested 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 Modifier Constructor Description protectedINWorkoutGoalUnitTypeResolutionResult()protectedINWorkoutGoalUnitTypeResolutionResult(NSObject.Handle h, long handle)protectedINWorkoutGoalUnitTypeResolutionResult(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description static INWorkoutGoalUnitTypeResolutionResultconfirmationRequired(INWorkoutGoalUnitType workoutGoalUnitTypeToConfirm)static INWorkoutGoalUnitTypeResolutionResultconfirmationRequiredForValue(INWorkoutGoalUnitType valueToConfirm)Deprecated.Deprecated in iOS 11.0.static INWorkoutGoalUnitTypeResolutionResultneedsValue()static INWorkoutGoalUnitTypeResolutionResultnotRequired()static INWorkoutGoalUnitTypeResolutionResultsuccess(INWorkoutGoalUnitType resolvedWorkoutGoalUnitType)static INWorkoutGoalUnitTypeResolutionResultsuccessValue(INWorkoutGoalUnitType resolvedValue)Deprecated.Deprecated in iOS 11.0.static INWorkoutGoalUnitTypeResolutionResultunsupported()Methods inherited from class org.robovm.apple.intents.INIntentResolutionResult
confirmationRequired, unsupportedMethods 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
-
INWorkoutGoalUnitTypeResolutionResult
protected INWorkoutGoalUnitTypeResolutionResult() -
INWorkoutGoalUnitTypeResolutionResult
-
INWorkoutGoalUnitTypeResolutionResult
-
-
Method Details
-
success
public static INWorkoutGoalUnitTypeResolutionResult success(INWorkoutGoalUnitType resolvedWorkoutGoalUnitType) -
successValue
@Deprecated public static INWorkoutGoalUnitTypeResolutionResult successValue(INWorkoutGoalUnitType resolvedValue)Deprecated.Deprecated in iOS 11.0. Use +successWithResolvedWorkoutGoalUnitType:- Since:
- Available in iOS 10.0 and later.
-
confirmationRequired
public static INWorkoutGoalUnitTypeResolutionResult confirmationRequired(INWorkoutGoalUnitType workoutGoalUnitTypeToConfirm) -
confirmationRequiredForValue
@Deprecated public static INWorkoutGoalUnitTypeResolutionResult confirmationRequiredForValue(INWorkoutGoalUnitType valueToConfirm)Deprecated.Deprecated in iOS 11.0. Use +confirmationRequiredWithWorkoutGoalUnitTypeToConfirm:- Since:
- Available in iOS 10.0 and later.
-
needsValue
-
notRequired
-
unsupported
-