Package org.robovm.apple.intents
Class INSpeakableString
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.intents.INSpeakableString
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,INSpeakable,ObjCProtocol
public class INSpeakableString extends NSObject implements INSpeakable, NSSecureCoding
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classINSpeakableString.INSpeakableStringPtrNested 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 protectedINSpeakableString()INSpeakableString(String spokenPhrase)INSpeakableString(String identifier, String spokenPhrase, String pronunciationHint)Deprecated.Deprecated in iOS 11.0.INSpeakableString(NSCoder coder)protectedINSpeakableString(NSObject.Handle h, long handle)protectedINSpeakableString(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description static INSpeakableStringcreateWithVocabulary(String vocabularyIdentifier, String spokenPhrase, String pronunciationHint)voidencode(NSCoder coder)NSArray<?>getAlternativeSpeakableMatches()StringgetIdentifier()Deprecated.Deprecated in iOS 11.0.StringgetPronunciationHint()StringgetSpokenPhrase()StringgetVocabularyIdentifier()protected longinit(String spokenPhrase)protected longinit(String identifier, String spokenPhrase, String pronunciationHint)Deprecated.Deprecated in iOS 11.0.protected longinit(NSCoder coder)protected longinitWithVocabulary(String vocabularyIdentifier, String spokenPhrase, String pronunciationHint)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
-
INSpeakableString
protected INSpeakableString() -
INSpeakableString
-
INSpeakableString
-
INSpeakableString
@Deprecated public INSpeakableString(String identifier, String spokenPhrase, String pronunciationHint)Deprecated.Deprecated in iOS 11.0. Please use -initWithVocabularyIdentifier:spokenPhrase:pronunciationHint:- Since:
- Available in iOS 10.0 and later.
-
INSpeakableString
- Since:
- Available in iOS 10.2 and later.
-
INSpeakableString
-
-
Method Details
-
createWithVocabulary
public static INSpeakableString createWithVocabulary(String vocabularyIdentifier, String spokenPhrase, String pronunciationHint) -
getSpokenPhrase
- Specified by:
getSpokenPhrasein interfaceINSpeakable
-
getPronunciationHint
- Specified by:
getPronunciationHintin interfaceINSpeakable
-
getVocabularyIdentifier
- Specified by:
getVocabularyIdentifierin interfaceINSpeakable
-
getAlternativeSpeakableMatches
- Specified by:
getAlternativeSpeakableMatchesin interfaceINSpeakable
-
getIdentifier
Deprecated.Deprecated in iOS 11.0. Please use vocabularyIdentifier- Specified by:
getIdentifierin interfaceINSpeakable- Since:
- Available in iOS 10.0 and later.
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
initWithVocabulary
-
init
Deprecated.Deprecated in iOS 11.0. Please use -initWithVocabularyIdentifier:spokenPhrase:pronunciationHint:- Since:
- Available in iOS 10.0 and later.
-
init
- Since:
- Available in iOS 10.2 and later.
-
encode
-
init
-