Activity.RequestShowKeyboardShortcuts Method
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.
Request the Keyboard Shortcuts screen to show up.
[Android.Runtime.Register("requestShowKeyboardShortcuts", "()V", "", ApiSince=24)]
public void RequestShowKeyboardShortcuts ();
[<Android.Runtime.Register("requestShowKeyboardShortcuts", "()V", "", ApiSince=24)>]
member this.RequestShowKeyboardShortcuts : unit -> unit
- Attributes
Remarks
Request the Keyboard Shortcuts screen to show up. This will trigger #onProvideKeyboardShortcuts
to retrieve the shortcuts for the foreground activity.
Java documentation for android.app.Activity.requestShowKeyboardShortcuts()
.
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.