Package org.robovm.apple.intents
Class INInteraction
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INInteraction
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class INInteraction extends NSObject implements NSSecureCoding
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classINInteraction.INInteractionPtrNested 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 protectedINInteraction()INInteraction(NSCoder coder)protectedINInteraction(NSObject.Handle h, long handle)protectedINInteraction(NSObject.SkipInit skipInit)INInteraction(INIntent intent, INIntentResponse response) -
Method Summary
Modifier and Type Method Description static voiddeleteAllInteractions(VoidBlock1<NSError> completion)static voiddeleteInteractions(NSArray<NSString> identifiers, VoidBlock1<NSError> completion)static voiddeleteInteractionsByGroup(String groupIdentifier, VoidBlock1<NSError> completion)voiddonateInteraction(VoidBlock1<NSError> completion)voidencode(NSCoder coder)NSDateIntervalgetDateInterval()INInteractionDirectiongetDirection()StringgetGroupIdentifier()StringgetIdentifier()INIntentgetIntent()INIntentHandlingStatusgetIntentHandlingStatus()INIntentResponsegetIntentResponse()protected longinit(NSCoder coder)protected longinit(INIntent intent, INIntentResponse response)NSObjectparameterValueForParameter(INParameter parameter)voidsetDateInterval(NSDateInterval v)voidsetDirection(INInteractionDirection v)voidsetGroupIdentifier(String v)voidsetIdentifier(String v)static booleansupportsSecureCoding()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, 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
-
INInteraction
protected INInteraction() -
INInteraction
-
INInteraction
-
INInteraction
-
INInteraction
-
-
Method Details
-
getIntent
-
getIntentResponse
-
getIntentHandlingStatus
-
getDirection
-
setDirection
-
getDateInterval
-
setDateInterval
-
getIdentifier
-
setIdentifier
-
getGroupIdentifier
-
setGroupIdentifier
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
init
-
donateInteraction
-
deleteAllInteractions
-
deleteInteractions
public static void deleteInteractions(NSArray<NSString> identifiers, VoidBlock1<NSError> completion) -
deleteInteractionsByGroup
public static void deleteInteractionsByGroup(String groupIdentifier, VoidBlock1<NSError> completion) -
parameterValueForParameter
- Since:
- Available in iOS 11.0 and later.
-
encode
-
init
-