Package org.robovm.apple.intents
Class INSendMessageIntent
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.INSendMessageIntent
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class INSendMessageIntent extends INIntent
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classINSendMessageIntent.INSendMessageIntentPtrNested classes/interfaces inherited from class org.robovm.apple.intents.INIntent
INIntent.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
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description INSendMessageIntent()INSendMessageIntent(NSArray<INPerson> recipients, String content, String groupName, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 11.0.INSendMessageIntent(NSArray<INPerson> recipients, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0.INSendMessageIntent(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0.INSendMessageIntent(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender, NSArray<INSendMessageAttachment> attachments)protectedINSendMessageIntent(NSObject.Handle h, long handle)protectedINSendMessageIntent(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description NSArray<INSendMessageAttachment>getAttachments()StringgetContent()StringgetConversationIdentifier()StringgetGroupName()Deprecated.Deprecated in iOS 11.0.INOutgoingMessageTypegetOutgoingMessageType()NSArray<INPerson>getRecipients()INPersongetSender()StringgetServiceName()INSpeakableStringgetSpeakableGroupName()protected longinit(NSArray<INPerson> recipients, String content, String groupName, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 11.0.protected longinit(NSArray<INPerson> recipients, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0.protected longinit(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0.protected longinit(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender, NSArray<INSendMessageAttachment> attachments)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.intents.INIntent
encode, getDonationMetadata, getIdentifier, getIntentDescription, getShortcutAvailability, getSuggestedInvocationPhrase, imageForParameterNamed, init, keyImage, setDonationMetadata, setImage, setShortcutAvailability, setSuggestedInvocationPhraseMethods 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, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
INSendMessageIntent
public INSendMessageIntent() -
INSendMessageIntent
-
INSendMessageIntent
-
INSendMessageIntent
public INSendMessageIntent(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender, NSArray<INSendMessageAttachment> attachments)- Since:
- Available in iOS 14.0 and later.
-
INSendMessageIntent
@Deprecated public INSendMessageIntent(NSArray<INPerson> recipients, String content, String groupName, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 11.0. Use the designated initializer instead- Since:
- Available in iOS 10.0 and later.
-
INSendMessageIntent
@Deprecated public INSendMessageIntent(NSArray<INPerson> recipients, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0. Use the designated initializer with outgoingMessageType instead- Since:
- Available in iOS 11.0 and later.
-
INSendMessageIntent
@Deprecated public INSendMessageIntent(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0. Use the designated initializer with attachments instead instead- Since:
- Available in iOS 14.0 and later.
-
-
Method Details
-
getRecipients
-
getOutgoingMessageType
- Since:
- Available in iOS 14.0 and later.
-
getContent
-
getSpeakableGroupName
- Since:
- Available in iOS 11.0 and later.
-
getConversationIdentifier
- Since:
- Available in iOS 11.0 and later.
-
getServiceName
-
getSender
-
getAttachments
- Since:
- Available in iOS 14.0 and later.
-
getGroupName
Deprecated.Deprecated in iOS 11.0. Use speakableGroupNames instead- Since:
- Available in iOS 10.0 and later.
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
init
protected long init(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender, NSArray<INSendMessageAttachment> attachments)- Since:
- Available in iOS 14.0 and later.
-
init
@Deprecated protected long init(NSArray<INPerson> recipients, String content, String groupName, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 11.0. Use the designated initializer instead- Since:
- Available in iOS 10.0 and later.
-
init
@Deprecated protected long init(NSArray<INPerson> recipients, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0. Use the designated initializer with outgoingMessageType instead- Since:
- Available in iOS 11.0 and later.
-
init
@Deprecated protected long init(NSArray<INPerson> recipients, INOutgoingMessageType outgoingMessageType, String content, INSpeakableString speakableGroupName, String conversationIdentifier, String serviceName, INPerson sender)Deprecated.Deprecated in iOS 14.0. Use the designated initializer with attachments instead instead- Since:
- Available in iOS 14.0 and later.
-