Intent.ExtraUseStylusMode 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.
A boolean extra used with #ACTION_CREATE_NOTE
indicating whether the launched
note-taking activity should show a UI that is suitable to use with stylus input.
[Android.Runtime.Register("EXTRA_USE_STYLUS_MODE", ApiSince=34)]
public const string ExtraUseStylusMode;
[<Android.Runtime.Register("EXTRA_USE_STYLUS_MODE", ApiSince=34)>]
val mutable ExtraUseStylusMode : string
Field Value
Implements
- Attributes
Remarks
A boolean extra used with #ACTION_CREATE_NOTE
indicating whether the launched note-taking activity should show a UI that is suitable to use with stylus input.
Java documentation for android.content.Intent.EXTRA_USE_STYLUS_MODE
.
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.