The LSMPNStatusInfo class contains additional information about the status of a mobile push notification (MPN) subscription (see checkStatus (LSMPNSubscription)) and its related device.
More...
#import <LSMPNStatusInfo.h>
The LSMPNStatusInfo class contains additional information about the status of a mobile push notification (MPN) subscription (see checkStatus (LSMPNSubscription)) and its related device.
- (id) initWithSubscriptionStatus: |
|
(LSMPNSubscriptionStatus) |
subscriptionStatus |
date: |
|
(NSDate *) |
subscriptionStatusDate |
deviceStatus: |
|
(LSMPNDeviceStatus) |
deviceStatus |
date: |
|
(NSDate *) |
deviceStatusDate |
|
|
| |
Initializes an LSMPNStatusInfo object with the specified parameters.
This initializer is for internal use only.
- Parameters
-
subscriptionStatus | Status of the MPN subscription (see LSMPNSubscriptionStatus for more information). |
subscriptionStatusDate | Date and time when the MPN subscription status has been set. |
deviceStatus | Status of the MPN device (see LSMPNDeviceStatus for more information). |
deviceStatusDate | Date and time when the MPN device status has been set. |
Creates and returns an LSMPNStatusInfo object with the specified parameters.
This factory method is for internal use only.
- Parameters
-
subscriptionStatus | Status of the MPN subscription (see LSMPNSubscriptionStatus for more information). |
subscriptionStatusDate | Date and time when the MPN subscription status has been set. |
deviceStatus | Status of the MPN device (see LSMPNDeviceStatus for more information). |
deviceStatusDate | Date and time when the MPN device status has been set. |
Status of the MPN device (see LSMPNDeviceStatus for more information).
- (NSDate*) deviceStatusDate |
|
readnonatomicassign |
Date and time when the MPN device status has been set.
Status of the MPN subscription (see LSMPNSubscriptionStatus for more information).
- (NSDate*) subscriptionStatusDate |
|
readnonatomicassign |
Date and time when the MPN subscription status has been set.
The documentation for this class was generated from the following file: