Lightstreamer iOS Client
1.4.4
Native iOS Client library for Lightstreamer
|
The LSMPNTokenChangeInfo class contains additional information about the result of a device token change on the Server (see LSConnectionDelegate::didSucceedChangingDeviceTokenOnServerWithInfo:). More...
#import <LSMPNTokenChangeInfo.h>
Instance Methods | |
(id) | - initWithRestoredSubscriptions: |
Initializes an LSMPNTokenChangeInfo object with the specified parameters. More... | |
Class Methods | |
(LSMPNTokenChangeInfo *) | + mpnTokenChangeInfoWithRestoredSubscriptions: |
Creates and returns an LSMPNTokenChangeInfo object with the specified parameters. More... | |
Properties | |
int | restoredSubscriptions |
The number of MPN subscriptions reactivated with the device token change. More... | |
The LSMPNTokenChangeInfo class contains additional information about the result of a device token change on the Server (see LSConnectionDelegate::didSucceedChangingDeviceTokenOnServerWithInfo:).
- (id) initWithRestoredSubscriptions: | (int) | restoredSubscriptions |
Initializes an LSMPNTokenChangeInfo object with the specified parameters.
This initializer is for internal use only.
restoredSubscriptions | Number of the MPN subscriptions reactivated with the device token change. |
+ (LSMPNTokenChangeInfo *) mpnTokenChangeInfoWithRestoredSubscriptions: | (int) | restoredSubscriptions |
Creates and returns an LSMPNTokenChangeInfo object with the specified parameters.
This factory method is for internal use only.
restoredSubscriptions | Number of the MPN subscriptions reactivated with the device token change. |
|
readnonatomicassign |
The number of MPN subscriptions reactivated with the device token change.