SmsMessage.StatusOnSim Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Returns the status of the message on the SIM (read, unread, sent, unsent).
[System.Obsolete("deprecated")]
public virtual int StatusOnSim { [Android.Runtime.Register("getStatusOnSim", "()I", "GetGetStatusOnSimHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getStatusOnSim", "()I", "GetGetStatusOnSimHandler")>]
member this.StatusOnSim : int
Property Value
the status of the message on the SIM. These are: SmsManager.STATUS_ON_SIM_FREE SmsManager.STATUS_ON_SIM_READ SmsManager.STATUS_ON_SIM_UNREAD SmsManager.STATUS_ON_SIM_SEND SmsManager.STATUS_ON_SIM_UNSENT
- Attributes
Remarks
Returns the status of the message on the SIM (read, unread, sent, unsent).
This member is deprecated. Use android.telephony.SmsMessage and getStatusOnIcc instead.
Java documentation for android.telephony.gsm.SmsMessage.getStatusOnSim()
.
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.