public class UNNotificationContent extends NSObject implements NSSecureCoding
| Modifier and Type | Method and Description |
|---|---|
List<UNNotificationAttachment> |
attachments() |
Number |
badge() |
String |
body() |
String |
categoryIdentifier() |
String |
launchImageName() |
UNNotificationSound |
sound() |
String |
subtitle() |
String |
threadIdentifier() |
String |
title() |
Map<String,Object> |
userInfo() |
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsSecureCodingpublic String title()
public String subtitle()
public String body()
public Number badge()
public UNNotificationSound sound()
public String launchImageName()
public List<UNNotificationAttachment> attachments()
public String categoryIdentifier()
public String threadIdentifier()
Copyright © 2020. All rights reserved.