Package org.robovm.apple.intents
Class INStartWorkoutIntent
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.objc.ObjCObject
-
- org.robovm.apple.foundation.NSObject
-
- org.robovm.apple.intents.INIntent
-
- org.robovm.apple.intents.INStartWorkoutIntent
-
- All Implemented Interfaces:
NSCoding
,NSObjectProtocol
,NSSecureCoding
,org.robovm.objc.ObjCProtocol
public class INStartWorkoutIntent extends INIntent
- Since:
- Available in iOS 10.0 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
INStartWorkoutIntent.INStartWorkoutIntentPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.intents.INIntent
INIntent.INIntentPtr
-
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInit
-
-
Field Summary
-
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAIN
-
-
Constructor Summary
Constructors Modifier Constructor Description INStartWorkoutIntent()
protected
INStartWorkoutIntent(NSObject.Handle h, long handle)
protected
INStartWorkoutIntent(NSObject.SkipInit skipInit)
INStartWorkoutIntent(INSpeakableString workoutName, NSNumber goalValue, INWorkoutGoalUnitType workoutGoalUnitType, INWorkoutLocationType workoutLocationType, NSNumber isOpenEnded)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NSNumber
getGoalValue()
NSNumber
getIsOpenEnded()
INWorkoutGoalUnitType
getWorkoutGoalUnitType()
INWorkoutLocationType
getWorkoutLocationType()
INSpeakableString
getWorkoutName()
protected long
init(INSpeakableString workoutName, NSNumber goalValue, INWorkoutGoalUnitType workoutGoalUnitType, INWorkoutLocationType workoutLocationType, NSNumber isOpenEnded)
-
Methods inherited from class org.robovm.apple.intents.INIntent
encode, getIdentifier, getIntentDescription, getSuggestedInvocationPhrase, imageForParameterNamed, init, keyImage, setImage, setSuggestedInvocationPhrase, supportsSecureCoding
-
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, willChangeValues
-
-
-
-
Constructor Detail
-
INStartWorkoutIntent
public INStartWorkoutIntent()
-
INStartWorkoutIntent
protected INStartWorkoutIntent(NSObject.Handle h, long handle)
-
INStartWorkoutIntent
protected INStartWorkoutIntent(NSObject.SkipInit skipInit)
-
INStartWorkoutIntent
public INStartWorkoutIntent(INSpeakableString workoutName, NSNumber goalValue, INWorkoutGoalUnitType workoutGoalUnitType, INWorkoutLocationType workoutLocationType, NSNumber isOpenEnded)
-
-
Method Detail
-
getWorkoutName
public INSpeakableString getWorkoutName()
-
getGoalValue
public NSNumber getGoalValue()
-
getWorkoutGoalUnitType
public INWorkoutGoalUnitType getWorkoutGoalUnitType()
-
getWorkoutLocationType
public INWorkoutLocationType getWorkoutLocationType()
-
getIsOpenEnded
public NSNumber getIsOpenEnded()
-
init
protected long init(INSpeakableString workoutName, NSNumber goalValue, INWorkoutGoalUnitType workoutGoalUnitType, INWorkoutLocationType workoutLocationType, NSNumber isOpenEnded)
-
-