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 boolean
IClientSessionGyro. getDeviceParameters(DeviceParameter... params)
Retrieves parameters from the device.boolean
IRemoteSessionControl. getDeviceParameters(ISensitiveParameterHandler sensitive, DeviceParameter... params)
Retrieves parameters from the device.boolean
IClientSessionGyro. saveDeviceParameters(DeviceParameter... params)
Saves parameters on the device.boolean
IRemoteSessionControl. saveDeviceParameters(ISensitiveParameterHandler sensitive, DeviceParameter... params)
This method is only supported on devices running iiziRun and will always fail for other devices.void
IClientSessionGyro. sendStat(java.lang.String event, DeviceParameter... params)
Sends statistics event to the analytics engine on the client to log the event.void
IRemoteSessionControl. 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 boolean
ClientSessionGyro. getDeviceParameters(DeviceParameter... params)
Retrieves parameters from the device.boolean
ClientSessionGyro. saveDeviceParameters(DeviceParameter... params)
Saves parameters on the device.void
ClientSessionGyro. sendStat(java.lang.String event, DeviceParameter... params)
Sends statistics event to the analytics engine on the client to log the event.