Package org.robovm.apple.intents
Class INGetRideStatusIntentResponse
- java.lang.Object
-
- org.robovm.rt.bro.NativeObject
-
- org.robovm.objc.ObjCObject
-
- org.robovm.apple.foundation.NSObject
-
- org.robovm.apple.intents.INIntentResponse
-
- org.robovm.apple.intents.INGetRideStatusIntentResponse
-
- All Implemented Interfaces:
NSCoding
,NSObjectProtocol
,NSSecureCoding
,org.robovm.objc.ObjCProtocol
public class INGetRideStatusIntentResponse extends INIntentResponse
- Since:
- Available in iOS 10.0 and later.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
INGetRideStatusIntentResponse.INGetRideStatusIntentResponsePtr
-
Nested classes/interfaces inherited from class org.robovm.apple.intents.INIntentResponse
INIntentResponse.INIntentResponsePtr
-
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 protected
INGetRideStatusIntentResponse()
protected
INGetRideStatusIntentResponse(NSObject.Handle h, long handle)
protected
INGetRideStatusIntentResponse(NSObject.SkipInit skipInit)
INGetRideStatusIntentResponse(INGetRideStatusIntentResponseCode code, NSUserActivity userActivity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description INGetRideStatusIntentResponseCode
getCode()
INRideStatus
getRideStatus()
protected long
init(INGetRideStatusIntentResponseCode code, NSUserActivity userActivity)
void
setRideStatus(INRideStatus v)
-
Methods inherited from class org.robovm.apple.intents.INIntentResponse
encode, getUserActivity, init, setUserActivity, 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
-
INGetRideStatusIntentResponse
protected INGetRideStatusIntentResponse()
-
INGetRideStatusIntentResponse
protected INGetRideStatusIntentResponse(NSObject.Handle h, long handle)
-
INGetRideStatusIntentResponse
protected INGetRideStatusIntentResponse(NSObject.SkipInit skipInit)
-
INGetRideStatusIntentResponse
public INGetRideStatusIntentResponse(INGetRideStatusIntentResponseCode code, NSUserActivity userActivity)
-
-
Method Detail
-
getCode
public INGetRideStatusIntentResponseCode getCode()
-
getRideStatus
public INRideStatus getRideStatus()
-
setRideStatus
public void setRideStatus(INRideStatus v)
-
init
protected long init(INGetRideStatusIntentResponseCode code, NSUserActivity userActivity)
-
-