Class UNMutableNotificationContent
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.usernotifications.UNNotificationContent
org.robovm.apple.usernotifications.UNMutableNotificationContent
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class UNMutableNotificationContent extends UNNotificationContent
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUNMutableNotificationContent.UNMutableNotificationContentPtrNested classes/interfaces inherited from class org.robovm.apple.usernotifications.UNNotificationContent
UNNotificationContent.UNNotificationContentPtrNested 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 UNMutableNotificationContent()protectedUNMutableNotificationContent(NSObject.Handle h, long handle)protectedUNMutableNotificationContent(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.usernotifications.UNNotificationContent
contentByUpdating, 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, updateStrongRef
-
Constructor Details
-
UNMutableNotificationContent
public UNMutableNotificationContent() -
UNMutableNotificationContent
-
UNMutableNotificationContent
-
-
Method Details
-
getAttachments
- Overrides:
getAttachmentsin classUNNotificationContent
-
setAttachments
-
getBadge
- Overrides:
getBadgein classUNNotificationContent
-
setBadge
-
getBody
- Overrides:
getBodyin classUNNotificationContent
-
setBody
-
getCategoryIdentifier
- Overrides:
getCategoryIdentifierin classUNNotificationContent
-
setCategoryIdentifier
-
getLaunchImageName
- Overrides:
getLaunchImageNamein classUNNotificationContent
-
setLaunchImageName
-
getSound
- Overrides:
getSoundin classUNNotificationContent
-
setSound
-
getSubtitle
- Overrides:
getSubtitlein classUNNotificationContent
-
setSubtitle
-
getThreadIdentifier
- Overrides:
getThreadIdentifierin classUNNotificationContent
-
setThreadIdentifier
-
getTitle
- Overrides:
getTitlein classUNNotificationContent
-
setTitle
-
getUserInfo
- Overrides:
getUserInfoin classUNNotificationContent
-
setUserInfo
-
getSummaryArgument
Deprecated.Deprecated in iOS 15.0. summaryArgument is ignored- Overrides:
getSummaryArgumentin classUNNotificationContent- Since:
- Available in iOS 12.0 and later.
-
setSummaryArgument
Deprecated.Deprecated in iOS 15.0. summaryArgument is ignored- Since:
- Available in iOS 12.0 and later.
-
getSummaryArgumentCount
Deprecated.Deprecated in iOS 15.0. summaryArgumentCount is ignored- Overrides:
getSummaryArgumentCountin classUNNotificationContent- Since:
- Available in iOS 12.0 and later.
-
setSummaryArgumentCount
Deprecated.Deprecated in iOS 15.0. summaryArgumentCount is ignored- Since:
- Available in iOS 12.0 and later.
-
getTargetContentIdentifier
- Overrides:
getTargetContentIdentifierin classUNNotificationContent- Since:
- Available in iOS 13.0 and later.
-
setTargetContentIdentifier
- Since:
- Available in iOS 13.0 and later.
-
getInterruptionLevel
- Overrides:
getInterruptionLevelin classUNNotificationContent- Since:
- Available in iOS 15.0 and later.
-
setInterruptionLevel
- Since:
- Available in iOS 15.0 and later.
-
getRelevanceScore
public double getRelevanceScore()- Overrides:
getRelevanceScorein classUNNotificationContent- Since:
- Available in iOS 15.0 and later.
-
setRelevanceScore
public void setRelevanceScore(double v)- Since:
- Available in iOS 15.0 and later.
-
supportsSecureCoding
public static boolean supportsSecureCoding()
-