Class SubscriptionPlan
public class SubscriptionPlan : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
SubscriptionPlan
- Implements
- Inherited Members
- Extension Methods
Constructors
SubscriptionPlan(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SubscriptionPlan(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BYTES_UNKNOWN
public static long BYTES_UNKNOWN { get; set; }
Property Value
BYTES_UNLIMITED
public static long BYTES_UNLIMITED { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LIMIT_BEHAVIOR_BILLED
public static int LIMIT_BEHAVIOR_BILLED { get; set; }
Property Value
LIMIT_BEHAVIOR_DISABLED
public static int LIMIT_BEHAVIOR_DISABLED { get; set; }
Property Value
LIMIT_BEHAVIOR_THROTTLED
public static int LIMIT_BEHAVIOR_THROTTLED { get; set; }
Property Value
LIMIT_BEHAVIOR_UNKNOWN
public static int LIMIT_BEHAVIOR_UNKNOWN { get; set; }
Property Value
SUBSCRIPTION_STATUS_ACTIVE
public static int SUBSCRIPTION_STATUS_ACTIVE { get; set; }
Property Value
SUBSCRIPTION_STATUS_INACTIVE
public static int SUBSCRIPTION_STATUS_INACTIVE { get; set; }
Property Value
SUBSCRIPTION_STATUS_SUSPENDED
public static int SUBSCRIPTION_STATUS_SUSPENDED { get; set; }
Property Value
SUBSCRIPTION_STATUS_TRIAL
public static int SUBSCRIPTION_STATUS_TRIAL { get; set; }
Property Value
SUBSCRIPTION_STATUS_UNKNOWN
public static int SUBSCRIPTION_STATUS_UNKNOWN { get; set; }
Property Value
TIME_UNKNOWN
public static long TIME_UNKNOWN { get; set; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetDataLimitBehavior()
public int GetDataLimitBehavior()
Returns
GetDataLimitBytes()
public long GetDataLimitBytes()
Returns
GetDataUsageBytes()
public long GetDataUsageBytes()
Returns
GetDataUsageTime()
public long GetDataUsageTime()
Returns
GetNetworkTypes()
public int[] GetNetworkTypes()
Returns
GetPlanEndDate()
public ZonedDateTime GetPlanEndDate()
Returns
GetSubscriptionStatus()
public int GetSubscriptionStatus()
Returns
GetSummary()
public CharSequence GetSummary()
Returns
GetTitle()
public CharSequence GetTitle()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)