SmsMessage.PseudoSubject 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
Unofficial convention of a subject line enclosed in parens empty string if not present
[System.Obsolete("deprecated")]
public virtual string? PseudoSubject { [Android.Runtime.Register("getPseudoSubject", "()Ljava/lang/String;", "GetGetPseudoSubjectHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getPseudoSubject", "()Ljava/lang/String;", "GetGetPseudoSubjectHandler")>]
member this.PseudoSubject : string
Property Value
- Attributes
Remarks
Unofficial convention of a subject line enclosed in parens empty string if not present
This member is deprecated. Use android.telephony.SmsMessage.
Java documentation for android.telephony.gsm.SmsMessage.getPseudoSubject()
.
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.