Lightstreamer iOS Client  1.4.5
Native iOS Client library for Lightstreamer
Instance Methods | Class Methods | Properties | List of all members
LSMPNKey Class Reference

The LSMPNKey class contains the subscription ID to be used to access an MPN subscription. More...

#import <LSMPNKey.h>

Inheritance diagram for LSMPNKey:

Instance Methods

(id) - initWithSubscriptionId:
 Initializes an LSMPNKey object with the specified parameters. More...
 

Class Methods

(LSMPNKey *) + mpnKeyWithSubscriptionId:
 Creates and returns an LSMPNKey object with the specified parameters. More...
 

Properties

NSString * subscriptionId
 The subscription ID to be used to access the MPN subscription. More...
 

Detailed Description

The LSMPNKey class contains the subscription ID to be used to access an MPN subscription.

Method Documentation

- (id) initWithSubscriptionId: (NSString *)  subscriptionId

Initializes an LSMPNKey object with the specified parameters.

Parameters
subscriptionIdThe subscription ID of the MPN subscription.
Returns
The LSMPNKey object.
+ (LSMPNKey *) mpnKeyWithSubscriptionId: (NSString *)  subscriptionId

Creates and returns an LSMPNKey object with the specified parameters.

Parameters
subscriptionIdThe subscription ID of the MPN subscription.
Returns
The LSMPNKey object.

Property Documentation

- (NSString*) subscriptionId
readnonatomicassign

The subscription ID to be used to access the MPN subscription.


The documentation for this class was generated from the following file: