The LSMPNKey class contains the subscription ID to be used to access an MPN subscription.  
 More...
#import <LSMPNKey.h>
The LSMPNKey class contains the subscription ID to be used to access an MPN subscription. 
 
      
        
          | - (id) initWithSubscriptionId:  | 
           | 
          (NSString *)  | 
          subscriptionId | 
           | 
        
      
 
Initializes an LSMPNKey object with the specified parameters. 
- Parameters
 - 
  
    | subscriptionId | The 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
 - 
  
    | subscriptionId | The subscription ID of the MPN subscription. | 
  
   
- Returns
 - The LSMPNKey object. 
 
 
 
  
  
      
        
          | - (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: