Uses of Class
com.iizix.gyro.DeviceParameter
Packages that use DeviceParameter Package Description com.iizix.gyro com.iizix.server.gyro Uses of DeviceParameter in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type DeviceParameter Modifier and Type Method Description booleanIClientSessionGyro. getDeviceParameters(DeviceParameter... params)Retrieves parameters from the device.booleanIRemoteSessionControl. getDeviceParameters(ISensitiveParameterHandler sensitive, DeviceParameter... params)Retrieves parameters from the device.booleanIClientSessionGyro. saveDeviceParameters(DeviceParameter... params)Saves parameters on the device.booleanIRemoteSessionControl. saveDeviceParameters(ISensitiveParameterHandler sensitive, DeviceParameter... params)This method is only supported on devices running iiziRun and will always fail for other devices.voidIClientSessionGyro. sendStat(java.lang.String event, DeviceParameter... params)Sends statistics event to the analytics engine on the client to log the event.voidIRemoteSessionControl. sendStat(java.lang.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 DeviceParameter Modifier and Type Method Description booleanClientSessionGyro. getDeviceParameters(DeviceParameter... params)Retrieves parameters from the device.booleanClientSessionGyro. saveDeviceParameters(DeviceParameter... params)Saves parameters on the device.voidClientSessionGyro. sendStat(java.lang.String event, DeviceParameter... params)Sends statistics event to the analytics engine on the client to log the event.