SmsManager.SmsCapacityOnIcc Property

Definition

Gets the total capacity of SMS storage on the SIM card.

public int SmsCapacityOnIcc { [Android.Runtime.Register("getSmsCapacityOnIcc", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSmsCapacityOnIcc", "()I", "", ApiSince=31)>]
member this.SmsCapacityOnIcc : int

Property Value

Int32

the total number of SMS records which can be stored on the SIM card.

Attributes

Remarks

Java documentation for android.telephony.SmsManager.getSmsCapacityOnIcc().

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