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."],[[["\u003cp\u003e\u003ccode\u003eGvrKeyboardIntent\u003c/code\u003e is a class used for launching and managing Google VR keyboard intents, primarily focusing on launching the Play Store.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes a singleton instance for access and employs JNI for fragment initialization.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides a function \u003ccode\u003eLaunchPlayStore()\u003c/code\u003e to initiate the intent for launching the Play Store.\u003c/p\u003e\n"],["\u003cp\u003eFragment initialization status can be determined using the \u003ccode\u003eInitializeFragment()\u003c/code\u003e function, returning true upon successful initialization.\u003c/p\u003e\n"]]],["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"],null,[]]