public interface

PublicSettings

org.ocast.core.PublicSettings

Class Overview

Interface PublicSettings is implemented by driver libraries to provide access to public settings configuration

Summary

Public Methods
abstract void getVersion(Consumer<VersionInfo> onSuccess, Consumer<Throwable> onFailure)
Retrieves the VersionInfo of the device

Public Methods

public abstract void getVersion (Consumer<VersionInfo> onSuccess, Consumer<Throwable> onFailure)

Retrieves the VersionInfo of the device

Parameters
onSuccess to be called on success
onFailure to be called when an error occured