Package com.iizix.device.settings
Interface IOpenSettingSuccess
- 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 success callback when a setting is opened on the client side.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- onSuccess- (IClientSessionGyro clientSession, INativeSetting setting) Called upon success.
- Method Details- onSuccessCalled upon success.- Parameters:
- clientSession- The client session in question, that opened the settings.
- setting- The setting that was opened.