Package org.robovm.apple.intents
Class INRelativeReferenceResolutionResult
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.INRelativeReferenceResolutionResult
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
@Deprecated public class INRelativeReferenceResolutionResult extends INIntentResolutionResult
Deprecated.
Deprecated in iOS 15.0. INRelativeReferenceResolutionResult is deprecated. There is no replacement.
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classINRelativeReferenceResolutionResult.INRelativeReferenceResolutionResultPtrDeprecated.Nested 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 protectedINRelativeReferenceResolutionResult()Deprecated.protectedINRelativeReferenceResolutionResult(NSObject.Handle h, long handle)Deprecated.protectedINRelativeReferenceResolutionResult(NSObject.SkipInit skipInit)Deprecated. -
Method Summary
Modifier and Type Method Description static INRelativeReferenceResolutionResultconfirmationRequired(INRelativeReference relativeReferenceToConfirm)Deprecated.static INRelativeReferenceResolutionResultconfirmationRequiredForValue(INRelativeReference valueToConfirm)Deprecated.Deprecated in iOS 11.0.static INRelativeReferenceResolutionResultneedsValue()Deprecated.static INRelativeReferenceResolutionResultnotRequired()Deprecated.static INRelativeReferenceResolutionResultsuccess(INRelativeReference resolvedRelativeReference)Deprecated.static INRelativeReferenceResolutionResultsuccessValue(INRelativeReference resolvedValue)Deprecated.Deprecated in iOS 11.0.static INRelativeReferenceResolutionResultunsupported()Deprecated.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
-
INRelativeReferenceResolutionResult
protected INRelativeReferenceResolutionResult()Deprecated. -
INRelativeReferenceResolutionResult
Deprecated. -
INRelativeReferenceResolutionResult
Deprecated.
-
-
Method Details
-
success
public static INRelativeReferenceResolutionResult success(INRelativeReference resolvedRelativeReference)Deprecated. -
successValue
@Deprecated public static INRelativeReferenceResolutionResult successValue(INRelativeReference resolvedValue)Deprecated.Deprecated in iOS 11.0. Use +successWithResolvedRelativeReference:- Since:
- Available in iOS 10.0 and later.
-
confirmationRequired
public static INRelativeReferenceResolutionResult confirmationRequired(INRelativeReference relativeReferenceToConfirm)Deprecated. -
confirmationRequiredForValue
@Deprecated public static INRelativeReferenceResolutionResult confirmationRequiredForValue(INRelativeReference valueToConfirm)Deprecated.Deprecated in iOS 11.0. Use +confirmationRequiredWithRelativeReferenceToConfirm:- Since:
- Available in iOS 10.0 and later.
-
needsValue
Deprecated. -
notRequired
Deprecated. -
unsupported
Deprecated.
-