Package | com.distriqt.extension.message.objects |
Class | public class SubscriptionInfo |
Inheritance | SubscriptionInfo ![]() |
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:String
the name displayed to the user that identifies Subscription provider name
country | property |
public var country:String
the ISO country code
displayName | property |
public var displayName:String
the name displayed to the user that identifies this subscription
ICCID | property |
public var ICCID:String
the ICC ID
id | property |
public var id:int
the subscription ID
number | property |
public var number:String
the number of this subscription
simSlotIndex | property |
public var simSlotIndex:int
the slot index of this Subscription's SIM card
SubscriptionInfo | () | Constructor |
public function SubscriptionInfo()
fromObject | () | method |
public static function fromObject(data:Object):SubscriptionInfo
Parameters
data:Object |
SubscriptionInfo |