Skip to content

com.oscleton.sdk.callbacks.configuration / ConfigurationCallbacks

ConfigurationCallbacks

class ConfigurationCallbacks

ConfigurationCallbacks contains callbacks triggered by the Live configuration changes.

If you prefer using a reactive approach, consider using ConfigurationRx from the 'core-rxjava2' artifact instead.

Since 1.0

Functions

Name Summary
removeAllListeners fun removeAllListeners():Unit
Remove all listeners.
removeOnComputerIPDiscoveryCancelListener fun removeOnComputerIPDiscoveryCancelListener():Unit
Remove the current OnComputerIPDiscoveryCancelListener.
removeOnComputerIPDiscoveryErrorListener fun removeOnComputerIPDiscoveryErrorListener():Unit
Remove the current OnComputerIPDiscoveryErrorListener.
removeOnComputerIPDiscoveryProgressListener fun removeOnComputerIPDiscoveryProgressListener():Unit
Remove the current OnComputerIPDiscoveryProgressListener.
removeOnComputerIPDiscoveryStartListener fun removeOnComputerIPDiscoveryStartListener():Unit
Remove the current OnComputerIPDiscoveryStartListener.
removeOnComputerIPDiscoverySuccessListener fun removeOnComputerIPDiscoverySuccessListener():Unit
Remove the current OnComputerIPDiscoverySuccessListener.
removeOnConnectionErrorListener fun removeOnConnectionErrorListener():Unit
Remove the current OnConnectionErrorListener.
removeOnConnectionSuccessListener fun removeOnConnectionSuccessListener():Unit
Remove the current OnConnectionSuccessListener.
removeOnQuitListener fun removeOnQuitListener():Unit
Remove the current OnQuitListener.
removeOnStartListener fun removeOnStartListener():Unit
Remove the current OnStartListener.
set fun set(listener:OnStartListener):Unit
Register a callback to be invoked when Ableton Live startsfun set(listener:OnQuitListener):Unit
Register a callback to be invoked when Ableton Live quitsfun set(listener:OnConnectionSuccessListener):Unit
Register a callback to be invoked when the mobile device is connected to the computer running Ableton Live.fun set(listener:OnConnectionErrorListener):Unit
Register a callback to be invoked when the connection to the computer running Ableton Live failed.fun set(listener:OnComputerIPDiscoveryStartListener):Unit
Register a callback to be invoked when the computer IP discovery starts in order to connect automatically to the computer running Ableton Live.fun set(listener:OnComputerIPDiscoveryProgressListener):Unit
Register a callback to be invoked when the computer IP discovery progress updates, from 0 to 1.fun set(listener:OnComputerIPDiscoverySuccessListener):Unit
Register a callback to be invoked when the computer IP discovery succeeded to connect automatically to the computer running Ableton Live.fun set(listener:OnComputerIPDiscoveryErrorListener):Unit
Register a callback to be invoked when the computer IP discovery failed to connect automatically to the computer running Ableton Live.fun set(listener:OnComputerIPDiscoveryCancelListener):Unit
Register a callback to be invoked when the computer IP discovery is cancelled.