SmsMessage.StatusOnIcc 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.
Returns the status of the message on the ICC (read, unread, sent, unsent).
public virtual Android.Telephony.SmsStatus StatusOnIcc { [Android.Runtime.Register("getStatusOnIcc", "()I", "GetGetStatusOnIccHandler")] get; }
[<get: Android.Runtime.Register("getStatusOnIcc", "()I", "GetGetStatusOnIccHandler")>]
member this.StatusOnIcc : Android.Telephony.SmsStatus
Property Value
the status of the message on the ICC. These are: SmsManager.STATUS_ON_ICC_FREE SmsManager.STATUS_ON_ICC_READ SmsManager.STATUS_ON_ICC_UNREAD SmsManager.STATUS_ON_ICC_SEND SmsManager.STATUS_ON_ICC_UNSENT
- Attributes
Remarks
Returns the status of the message on the ICC (read, unread, sent, unsent).
Java documentation for android.telephony.SmsMessage.getStatusOnIcc()
.
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.