| org.ocast.core.PublicSettings |
Interface PublicSettings is implemented by driver libraries to provide access to public settings configuration
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
getVersion(Consumer<VersionInfo> onSuccess, Consumer<Throwable> onFailure)
Retrieves the
VersionInfo of the device | ||||||||||
Retrieves the VersionInfo of the device
| onSuccess | to be called on success |
|---|---|
| onFailure | to be called when an error occured |