This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
GvrKeyboardIntent
A class for launching and managing GVR keyboard intents.
Summary
Properties
|
Instance
|
Gets the singleton instance of the PermissionsRequester class, lazily instantiated.
|
Public functions
|
LaunchPlayStore()
|
void
Start the intent to launch the Play Store.
|
Properties
Instance
static GvrKeyboardIntent Instance
Gets the singleton instance of the PermissionsRequester
class, lazily instantiated.
A singleton instance the PermissionsRequester
class.
Public functions
LaunchPlayStore
void LaunchPlayStore()
Start the intent to launch the Play Store.
Protected functions
InitializeFragment
bool InitializeFragment()
Initializes the fragment via JNI.
Details |
Returns
|
True if fragment was initialized.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`GvrKeyboardIntent` is a class used for launching and managing Google VR keyboard intents, primarily focusing on launching the Play Store."],["It utilizes a singleton instance for access and employs JNI for fragment initialization."],["The class provides a function `LaunchPlayStore()` to initiate the intent for launching the Play Store."],["Fragment initialization status can be determined using the `InitializeFragment()` function, returning true upon successful initialization."]]],["The `GvrKeyboardIntent` class manages GVR keyboard intents. It provides a singleton `Instance` for access. The class allows launching the Play Store via the `LaunchPlayStore` function. Internally, it utilizes the `InitializeFragment` function, which initializes a fragment through JNI, returning `true` if successful. These actions facilitate interaction with the keyboard and related services.\n"]]