Language

SubscriptionPlan.DataLimitBytes Property

Definition

Return the usage threshold at which data access changes according to #getDataLimitBehavior().

public long DataLimitBytes { [Android.Runtime.Register("getDataLimitBytes", "()J", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getDataLimitBytes", "()J", "", ApiSince=28)>]
member this.DataLimitBytes : int64

Property Value

The data limit in bytes. This may be BYTES_UNKNOWN if the limit is not available, or BYTES_UNLIMITED if there is no limit. Value is a non-negative number of bytes.

Attributes

Remarks

Return the usage threshold at which data access changes according to #getDataLimitBehavior().

Java documentation for android.telephony.SubscriptionPlan.getDataLimitBytes().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to