GvrKeyboardIntent
A class for launching and managing GVR keyboard intents.
Summary
Properties |
|
---|---|
Instance
|
static GvrKeyboardIntent
Gets the singleton instance of the
PermissionsRequester class, lazily instantiated. |
Public functions |
|
---|---|
LaunchPlayStore()
|
void
Start the intent to launch the Play Store.
|
Protected functions |
|
---|---|
InitializeFragment()
|
bool
Initializes the fragment via JNI.
|
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.
|