PWMELocalNotification Class Reference
Inherits from | NSObject |
---|---|
Declared in | PWMELocalNotification.h |
Overview
A PWMELocalNotification object holds the information related to a local notification that will be shown to the user. The PWMELocalNotification object allows the alert title and alert body to be modified if needed.
alertTitle
Returns the title of the local notification.
@property (copy) NSString *alertTitle
Return Value
The title of this local notification.
Discussion
This method should never return nil
.
Declared In
PWMELocalNotification.h
alertBody
Returns the alert body of the local notification.
@property (copy) NSString *alertBody
Return Value
The message of this local notification.
Discussion
This method should never return nil
.
Declared In
PWMELocalNotification.h
message
The zone message associated with the local notification.
@property (readonly) Message *message
Return Value
The zone message associated with the local notification.
Declared In
PWMELocalNotification.h