| Package | com.distriqt.extension.message.objects |
| Class | public class SubscriptionInfo |
| Inheritance | SubscriptionInfo Object |
| Property | Defined By | ||
|---|---|---|---|
| carrierName : String
the name displayed to the user that identifies Subscription provider name
| SubscriptionInfo | ||
| country : String
the ISO country code
| SubscriptionInfo | ||
| displayName : String
the name displayed to the user that identifies this subscription
| SubscriptionInfo | ||
| ICCID : String
the ICC ID
| SubscriptionInfo | ||
| id : int
the subscription ID
| SubscriptionInfo | ||
| number : String
the number of this subscription
| SubscriptionInfo | ||
| simSlotIndex : int
the slot index of this Subscription's SIM card
| SubscriptionInfo | ||
| Method | Defined By | ||
|---|---|---|---|
| SubscriptionInfo | |||
fromObject(data:Object):SubscriptionInfo [static] | SubscriptionInfo | ||
| carrierName | property |
public var carrierName:Stringthe name displayed to the user that identifies Subscription provider name
| country | property |
public var country:Stringthe ISO country code
| displayName | property |
public var displayName:Stringthe name displayed to the user that identifies this subscription
| ICCID | property |
public var ICCID:Stringthe ICC ID
| id | property |
public var id:intthe subscription ID
| number | property |
public var number:Stringthe number of this subscription
| simSlotIndex | property |
public var simSlotIndex:intthe slot index of this Subscription's SIM card
| SubscriptionInfo | () | Constructor |
public function SubscriptionInfo()| fromObject | () | method |
public static function fromObject(data:Object):SubscriptionInfoParameters
data:Object |
SubscriptionInfo |