public class UsageClient
extends java.lang.Object
The UsageClient handles sending usage information about the the application to the Gluon CloudLink Usage Analytics service. The information that is being sent never contains personal information. Only generic details about the device like the platform, the version of the platform, information about the application, etc. will be provided to Gluon CloudLink.
Note: The UsageClient will gather information about the device by making use of the DeviceService
Please make sure that the device plugin has been enabled in your Gluon Mobile application build configuration:
jfxmobile { downConfig { plugins = 'device', ... } }
Constructor and Description |
---|
UsageClient() |
Modifier and Type | Method and Description |
---|---|
void |
enable()
Enable the UsageClient for this Gluon Mobile application.
|