Uses of Class
com.iizix.device.DeviceParameter
Packages that use DeviceParameter
Uses of DeviceParameter in com.iizix.device
Subclasses of DeviceParameter in com.iizix.deviceModifier and TypeClassDescriptionfinal classDevice auto-sign in information secure device parameter.Uses of DeviceParameter in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type DeviceParameterModifier and TypeMethodDescriptionbooleanIClientSessionGyro.getDeviceParameters(DeviceParameter... params) Retrieves parameters from the client device for the current app.booleanIRemoteSessionControl.getDeviceParameters(ISensitiveParameterHandler sensitive, DeviceParameter... params) Retrieves parameters from the client device for the current app.voidIDeviceParametersRefreshed.onDeviceParamsRefreshed(DeviceParameter[] deviceParameters) Invoked when the device parameters are refreshed.booleanIClientSessionGyro.saveDeviceParameters(DeviceParameter... params) Saves parameters on the client device for the current app.booleanIRemoteSessionControl.saveDeviceParameters(ISensitiveParameterHandler sensitive, DeviceParameter... params) Saves parameters on the client device for the current app.voidIClientSessionGyro.sendStat(String event, DeviceParameter... params) Sends statistics event to the analytics engine on the client to log the event.voidIRemoteSessionControl.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
Methods in com.iizix.server.gyro with parameters of type DeviceParameterModifier and TypeMethodDescriptionbooleanClientSessionGyro.getDeviceParameters(DeviceParameter... params) Retrieves parameters from the client device for the current app.booleanClientSessionGyro.saveDeviceParameters(DeviceParameter... params) Saves parameters on the client device for the current app.voidClientSessionGyro.sendStat(String event, DeviceParameter... params) Sends statistics event to the analytics engine on the client to log the event.