Package com.iizix.gyro
Interface IDeviceParametersRefreshed
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback functional interface invoked when the device parameters has completed refreshing by the client.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- onDeviceParamsRefreshed- (DeviceParameter[] deviceParameters) Invoked when the device parameters are refreshed.
- Method Details- onDeviceParamsRefreshedInvoked when the device parameters are refreshed.- Parameters:
- deviceParameters- The device parameters array,- nullif not available, e.g. no client or no support on client.