Freigeben über


EuiccManager.AvailableMemoryInBytes Property

Definition

Returns the available memory in bytes of the eUICC.

public virtual long AvailableMemoryInBytes { [Android.Runtime.Register("getAvailableMemoryInBytes", "()J", "GetGetAvailableMemoryInBytesHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAvailableMemoryInBytes", "()J", "GetGetAvailableMemoryInBytesHandler", ApiSince=35)>]
member this.AvailableMemoryInBytes : int64

Property Value

the available memory in bytes. May be #EUICC_MEMORY_FIELD_UNAVAILABLE if the eUICC is not ready. Check #isEnabled for more information.

Attributes

Remarks

Returns the available memory in bytes of the eUICC.

Java documentation for android.telephony.euicc.EuiccManager.getAvailableMemoryInBytes().

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