Package org.robovm.apple.intents
Class INIntent
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INIntent
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
- Direct Known Subclasses:
INActivateCarSignalIntent,INAddMediaIntent,INAddTasksIntent,INAppendToNoteIntent,INBookRestaurantReservationIntent,INCancelRideIntent,INCancelWorkoutIntent,INCreateNoteIntent,INCreateTaskListIntent,INDeleteTasksIntent,INEndWorkoutIntent,INGetAvailableRestaurantReservationBookingDefaultsIntent,INGetAvailableRestaurantReservationBookingsIntent,INGetCarLockStatusIntent,INGetCarPowerLevelStatusIntent,INGetReservationDetailsIntent,INGetRestaurantGuestIntent,INGetRideStatusIntent,INGetUserCurrentRestaurantReservationBookingsIntent,INGetVisualCodeIntent,INListCarsIntent,INListRideOptionsIntent,INPauseWorkoutIntent,INPayBillIntent,INPlayMediaIntent,INRequestPaymentIntent,INRequestRideIntent,INResumeWorkoutIntent,INSaveProfileInCarIntent,INSearchCallHistoryIntent,INSearchForAccountsIntent,INSearchForBillsIntent,INSearchForMediaIntent,INSearchForMessagesIntent,INSearchForNotebookItemsIntent,INSearchForPhotosIntent,INSendMessageIntent,INSendPaymentIntent,INSendRideFeedbackIntent,INSetAudioSourceInCarIntent,INSetCarLockStatusIntent,INSetClimateSettingsInCarIntent,INSetDefrosterSettingsInCarIntent,INSetMessageAttributeIntent,INSetProfileInCarIntent,INSetRadioStationIntent,INSetSeatSettingsInCarIntent,INSetTaskAttributeIntent,INShareFocusStatusIntent,INSnoozeTasksIntent,INStartAudioCallIntent,INStartCallIntent,INStartPhotoPlaybackIntent,INStartVideoCallIntent,INStartWorkoutIntent,INTransferMoneyIntent,INUpdateMediaAffinityIntent
public class INIntent extends NSObject implements NSSecureCoding
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classINIntent.INIntentPtrNested 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 INIntent()INIntent(NSCoder coder)protectedINIntent(NSObject.Handle h, long handle)protectedINIntent(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description voidencode(NSCoder coder)INIntentDonationMetadatagetDonationMetadata()StringgetIdentifier()StringgetIntentDescription()INShortcutAvailabilityOptionsgetShortcutAvailability()StringgetSuggestedInvocationPhrase()INImageimageForParameterNamed(String parameterName)protected longinit(NSCoder coder)INImagekeyImage()voidsetDonationMetadata(INIntentDonationMetadata v)voidsetImage(INImage image, String parameterName)voidsetShortcutAvailability(INShortcutAvailabilityOptions v)voidsetSuggestedInvocationPhrase(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
-
Method Details
-
getIdentifier
-
getIntentDescription
- Since:
- Available in iOS 11.0 and later.
-
getSuggestedInvocationPhrase
- Since:
- Available in iOS 12.0 and later.
-
setSuggestedInvocationPhrase
- Since:
- Available in iOS 12.0 and later.
-
getShortcutAvailability
- Since:
- Available in iOS 14.0 and later.
-
setShortcutAvailability
- Since:
- Available in iOS 14.0 and later.
-
getDonationMetadata
- Since:
- Available in iOS 15.0 and later.
-
setDonationMetadata
- Since:
- Available in iOS 15.0 and later.
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
setImage
- Since:
- Available in iOS 12.0 and later.
-
imageForParameterNamed
- Since:
- Available in iOS 12.0 and later.
-
keyImage
-
encode
-
init
-