PWMSGLocalNotification Class Reference

Inherits from NSObject
Declared in PWMSGLocalNotification.h

Overview

A PWLPLocalNotification object holds the information related to a local notification that will be shown to the user. The PWLPLocalNotification 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

PWMSGLocalNotification.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

PWMSGLocalNotification.h

  message

The zone message associated with the local notification.

@property (readonly) PWMSGZoneMessage *message

Return Value

The zone message associated with the local notification.

Declared In

PWMSGLocalNotification.h