Slice.SubtypeMessage Field
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.
Subtype to indicate that this is a message as part of a communication sequence in this slice.
[Android.Runtime.Register("SUBTYPE_MESSAGE", ApiSince=28)]
public const string SubtypeMessage;
[<Android.Runtime.Register("SUBTYPE_MESSAGE", ApiSince=28)>]
val mutable SubtypeMessage : string
Field Value
Implements
- Attributes
Remarks
Subtype to indicate that this is a message as part of a communication sequence in this slice. Expected to be on an item of format SliceItem#FORMAT_SLICE
.
Java documentation for android.app.slice.Slice.SUBTYPE_MESSAGE
.
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.