@Deprecated public class UILocalNotification extends NSObject
| Constructor and Description |
|---|
UILocalNotification()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
alertAction()
Deprecated.
|
String |
alertBody()
Deprecated.
|
String |
alertLaunchImage()
Deprecated.
|
int |
applicationIconBadgeNumber()
Deprecated.
|
NSDate |
fireDate()
Deprecated.
|
boolean |
hasAction()
Deprecated.
|
NSCalendar |
repeatCalendar()
Deprecated.
|
int |
repeatInterval()
Deprecated.
|
void |
setAlertAction(String alertAction)
Deprecated.
|
void |
setAlertBody(String alertBody)
Deprecated.
|
void |
setAlertLaunchImage(String alertLaunchImage)
Deprecated.
|
void |
setApplicationIconBadgeNumber(int applicationIconBadgeNumber)
Deprecated.
|
void |
setFireDate(NSDate fireDate)
Deprecated.
|
void |
setHasAction(boolean hasAction)
Deprecated.
|
void |
setRepeatCalendar(NSCalendar repeatCalendar)
Deprecated.
|
void |
setRepeatInterval(int repeatInterval)
Deprecated.
|
void |
setSoundName(String soundName)
Deprecated.
|
void |
setTimeZone(NSTimeZone timeZone)
Deprecated.
|
void |
setUserInfo(Map<String,Object> userInfo)
Deprecated.
|
String |
soundName()
Deprecated.
|
NSTimeZone |
timeZone()
Deprecated.
|
Map<String,Object> |
userInfo()
Deprecated.
|
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKey@Deprecated public String alertAction()
@Deprecated public void setAlertAction(String alertAction)
alertAction - The title of the notification alert.@Deprecated public String alertBody()
@Deprecated public void setAlertBody(String alertBody)
alertBody - The text of notification alert.@Deprecated public String alertLaunchImage()
@Deprecated public void setAlertLaunchImage(String alertLaunchImage)
alertLaunchImage - The filename of the image used as launch image.@Deprecated public int applicationIconBadgeNumber()
@Deprecated public void setApplicationIconBadgeNumber(int applicationIconBadgeNumber)
applicationIconBadgeNumber - The number for icon badge of the
application.@Deprecated public NSDate fireDate()
@Deprecated public void setFireDate(NSDate fireDate)
fireDate - NSDate instance for notification delivery.@Deprecated public boolean hasAction()
@Deprecated public void setHasAction(boolean hasAction)
hasAction - A Boolean value that defines whether the notification
shows or hides the alert action.@Deprecated public NSCalendar repeatCalendar()
@Deprecated public void setRepeatCalendar(NSCalendar repeatCalendar)
repeatCalendar - The NSCalenader used for a repeated notification.@Deprecated public int repeatInterval()
@Deprecated public void setRepeatInterval(int repeatInterval)
repeatInterval - The interval for the notification repetition.@Deprecated public String soundName()
@Deprecated public void setSoundName(String soundName)
soundName - The file name with the alert sound.@Deprecated public NSTimeZone timeZone()
@Deprecated public void setTimeZone(NSTimeZone timeZone)
timeZone - The time zone for the notification delivery.@Deprecated public Map<String,Object> userInfo()
@Deprecated public void setUserInfo(Map<String,Object> userInfo)
userInfo - A dictionary that contains custom information related to
the notifications of the application.Copyright © 2020. All rights reserved.