Package org.robovm.apple.uikit
Class UIMutableUserNotificationAction
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIUserNotificationAction
org.robovm.apple.uikit.UIMutableUserNotificationAction
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
@Deprecated public class UIMutableUserNotificationAction extends UIUserNotificationAction
Deprecated.
Deprecated in iOS 10.0. Use UserNotifications Framework's UNNotificationAction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIMutableUserNotificationAction.UIMutableUserNotificationActionPtrDeprecated.Nested classes/interfaces inherited from class org.robovm.apple.uikit.UIUserNotificationAction
UIUserNotificationAction.UIUserNotificationActionPtrNested 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 UIMutableUserNotificationAction()Deprecated.UIMutableUserNotificationAction(NSCoder coder)Deprecated.protectedUIMutableUserNotificationAction(NSObject.Handle h, long handle)Deprecated.protectedUIMutableUserNotificationAction(NSObject.SkipInit skipInit)Deprecated. -
Method Summary
Modifier and Type Method Description UIUserNotificationActivationModegetActivationMode()Deprecated.UIUserNotificationActionBehaviorgetBehavior()Deprecated.StringgetIdentifier()Deprecated.NSDictionary<?,?>getParameters()Deprecated.StringgetTitle()Deprecated.booleanisAuthenticationRequired()Deprecated.booleanisDestructive()Deprecated.voidsetActivationMode(UIUserNotificationActivationMode v)Deprecated.voidsetAuthenticationRequired(boolean v)Deprecated.voidsetBehavior(UIUserNotificationActionBehavior v)Deprecated.voidsetDestructive(boolean v)Deprecated.voidsetIdentifier(String v)Deprecated.voidsetParameters(NSDictionary<?,?> v)Deprecated.voidsetTitle(String v)Deprecated.static booleansupportsSecureCoding()Deprecated.Methods inherited from class org.robovm.apple.uikit.UIUserNotificationAction
encode, initMethods 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
-
UIMutableUserNotificationAction
public UIMutableUserNotificationAction()Deprecated. -
UIMutableUserNotificationAction
Deprecated. -
UIMutableUserNotificationAction
Deprecated. -
UIMutableUserNotificationAction
Deprecated.
-
-
Method Details
-
getIdentifier
Deprecated.- Overrides:
getIdentifierin classUIUserNotificationAction
-
setIdentifier
Deprecated.- Overrides:
setIdentifierin classUIUserNotificationAction
-
getTitle
Deprecated.- Overrides:
getTitlein classUIUserNotificationAction
-
setTitle
Deprecated.- Overrides:
setTitlein classUIUserNotificationAction
-
getBehavior
Deprecated.- Overrides:
getBehaviorin classUIUserNotificationAction- Since:
- Available in iOS 9.0 and later.
-
setBehavior
Deprecated.- Overrides:
setBehaviorin classUIUserNotificationAction- Since:
- Available in iOS 9.0 and later.
-
getParameters
Deprecated.- Overrides:
getParametersin classUIUserNotificationAction- Since:
- Available in iOS 9.0 and later.
-
setParameters
Deprecated.- Overrides:
setParametersin classUIUserNotificationAction- Since:
- Available in iOS 9.0 and later.
-
getActivationMode
Deprecated.- Overrides:
getActivationModein classUIUserNotificationAction
-
setActivationMode
Deprecated.- Overrides:
setActivationModein classUIUserNotificationAction
-
isAuthenticationRequired
public boolean isAuthenticationRequired()Deprecated.- Overrides:
isAuthenticationRequiredin classUIUserNotificationAction
-
setAuthenticationRequired
public void setAuthenticationRequired(boolean v)Deprecated.- Overrides:
setAuthenticationRequiredin classUIUserNotificationAction
-
isDestructive
public boolean isDestructive()Deprecated.- Overrides:
isDestructivein classUIUserNotificationAction
-
setDestructive
public void setDestructive(boolean v)Deprecated.- Overrides:
setDestructivein classUIUserNotificationAction
-
supportsSecureCoding
public static boolean supportsSecureCoding()Deprecated.
-