Telephony.TextBasedSmsColumns.ReplyPathPresent Field

Definition

Caution

Use 'Android.Provider.Telephony.ITextBasedSmsColumns.ReplyPathPresent'. This class will be removed in a future release.

Is the TP-Reply-Path flag set?

[Android.Runtime.Register("REPLY_PATH_PRESENT")]
[System.Obsolete("Use 'Android.Provider.Telephony.ITextBasedSmsColumns.ReplyPathPresent'. This class will be removed in a future release.")]
public const string ReplyPathPresent;
[<Android.Runtime.Register("REPLY_PATH_PRESENT")>]
[<System.Obsolete("Use 'Android.Provider.Telephony.ITextBasedSmsColumns.ReplyPathPresent'. This class will be removed in a future release.")>]
val mutable ReplyPathPresent : string

Field Value

Attributes

Remarks

Is the TP-Reply-Path flag set?

Type: BOOLEAN

Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT.

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