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.
Unofficial convention of a subject line enclosed in parens empty string if not present
public virtual string? PseudoSubject { [Android.Runtime.Register("getPseudoSubject", "()Ljava/lang/String;", "GetGetPseudoSubjectHandler")] get; }
[<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
Java documentation for android.telephony.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.