Package org.robovm.apple.intents
Class INSearchCallHistoryIntent
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.INSearchCallHistoryIntent
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
@Deprecated public class INSearchCallHistoryIntent extends INIntent
Deprecated.
Deprecated in iOS 15.0. INSearchCallHistoryIntent 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 classINSearchCallHistoryIntent.INSearchCallHistoryIntentPtrDeprecated.Nested 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
-
Constructor Summary
Constructors Modifier Constructor Description INSearchCallHistoryIntent()Deprecated.protectedINSearchCallHistoryIntent(NSObject.Handle h, long handle)Deprecated.protectedINSearchCallHistoryIntent(NSObject.SkipInit skipInit)Deprecated.INSearchCallHistoryIntent(INCallRecordType callType, INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities)Deprecated.Deprecated in iOS 11.0.INSearchCallHistoryIntent(INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities, INCallRecordTypeOptions callTypes, NSNumber unseen)Deprecated. -
Method Summary
Modifier and Type Method Description INCallCapabilityOptionsgetCallCapabilities()Deprecated.INCallRecordTypegetCallType()Deprecated.Deprecated in iOS 11.0.INCallRecordTypeOptionsgetCallTypes()Deprecated.INDateComponentsRangegetDateCreated()Deprecated.INPersongetRecipient()Deprecated.NSNumbergetUnseen()Deprecated.protected longinit(INCallRecordType callType, INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities)Deprecated.Deprecated in iOS 11.0.protected longinit(INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities, INCallRecordTypeOptions callTypes, NSNumber unseen)Deprecated.static booleansupportsSecureCoding()Deprecated.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, updateStrongRef
-
Constructor Details
-
INSearchCallHistoryIntent
public INSearchCallHistoryIntent()Deprecated. -
INSearchCallHistoryIntent
Deprecated. -
INSearchCallHistoryIntent
Deprecated. -
INSearchCallHistoryIntent
public INSearchCallHistoryIntent(INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities, INCallRecordTypeOptions callTypes, NSNumber unseen)Deprecated.- Since:
- Available in iOS 11.0 and later.
-
INSearchCallHistoryIntent
@Deprecated public INSearchCallHistoryIntent(INCallRecordType callType, INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities)Deprecated.Deprecated in iOS 11.0. Use the designated initializer instead- Since:
- Available in iOS 10.0 and later.
-
-
Method Details
-
getDateCreated
Deprecated. -
getRecipient
Deprecated. -
getCallCapabilities
Deprecated. -
getCallTypes
Deprecated.- Since:
- Available in iOS 11.0 and later.
-
getUnseen
Deprecated.- Since:
- Available in iOS 11.0 and later.
-
getCallType
Deprecated.Deprecated in iOS 11.0. Use callTypes instead- Since:
- Available in iOS 10.0 and later.
-
supportsSecureCoding
public static boolean supportsSecureCoding()Deprecated. -
init
protected long init(INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities, INCallRecordTypeOptions callTypes, NSNumber unseen)Deprecated.- Since:
- Available in iOS 11.0 and later.
-
init
@Deprecated protected long init(INCallRecordType callType, INDateComponentsRange dateCreated, INPerson recipient, INCallCapabilityOptions callCapabilities)Deprecated.Deprecated in iOS 11.0. Use the designated initializer instead- Since:
- Available in iOS 10.0 and later.
-