Package com.iizix.device.settings
Interface IOpenSettingFailure
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface used for failure callback when a setting is attempted to be opened on the client side.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidonFailure(IClientSessionGyro clientSession, INativeSetting setting, OpenSettingError error) Called upon failure.
Method Details
onFailure
Called upon failure.- Parameters:
clientSession- The client session in question, that opened the settings,nullif the client session instance cannot be found.setting- The setting that was opened.error- The error.