Uses of Class
com.iizix.device.DeviceParameter
Uses of DeviceParameter in com.iizix.device
Modifier and TypeClassDescriptionfinal class
Device auto-sign in information secure device parameter.Uses of DeviceParameter in com.iizix.gyro
Modifier and TypeMethodDescriptionboolean
IClientSessionGyro.getDeviceParameters
(DeviceParameter... params) Retrieves parameters from the client device for the current app.boolean
IRemoteSessionControl.getDeviceParameters
(ISensitiveParameterHandler sensitive, DeviceParameter... params) Retrieves parameters from the client device for the current app.void
IDeviceParametersRefreshed.onDeviceParamsRefreshed
(DeviceParameter[] deviceParameters) Invoked when the device parameters are refreshed.boolean
IClientSessionGyro.saveDeviceParameters
(DeviceParameter... params) Saves parameters on the client device for the current app.boolean
IRemoteSessionControl.saveDeviceParameters
(ISensitiveParameterHandler sensitive, DeviceParameter... params) Saves parameters on the client device for the current app.void
IClientSessionGyro.sendStat
(String event, DeviceParameter... params) Sends statistics event to the analytics engine on the client to log the event.void
IRemoteSessionControl.sendStat
(String event, DeviceParameter... params) Sends statistics event to the analytics engine on the client to log the event.Uses of DeviceParameter in com.iizix.server.gyro
Modifier and TypeMethodDescriptionboolean
ClientSessionGyro.getDeviceParameters
(DeviceParameter... params) Retrieves parameters from the client device for the current app.boolean
ClientSessionGyro.saveDeviceParameters
(DeviceParameter... params) Saves parameters on the client device for the current app.void
ClientSessionGyro.sendStat
(String event, DeviceParameter... params) Sends statistics event to the analytics engine on the client to log the event.