Skip to content

com.oscleton.sdk.callbacks.configuration / ConfigurationCallbacks / set

set

fun set(listener:OnStartListener):Unit

Register a callback to be invoked when Ableton Live starts

Parameters

listener - The callback that will run

Since 1.0

fun set(listener:OnQuitListener):Unit

Register a callback to be invoked when Ableton Live quits

Parameters

listener - The callback that will run

Since 1.0

fun set(listener:OnConnectionSuccessListener):Unit

Register a callback to be invoked when the mobile device is connected to the computer running Ableton Live.

Parameters

listener - The callback that will run

Since 1.0

fun set(listener:OnConnectionErrorListener):Unit

Register a callback to be invoked when the connection to the computer running Ableton Live failed.

Parameters

listener - The callback that will run

Since 1.0

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.

Parameters

listener - The callback that will run

Since 1.0

fun set(listener:OnComputerIPDiscoveryProgressListener):Unit

Register a callback to be invoked when the computer IP discovery progress updates, from 0 to 1.

Parameters

listener - The callback that will run

Since 1.0

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.

Parameters

listener - The callback that will run

Since 1.0

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.

Parameters

listener - The callback that will run

Since 1.0

fun set(listener:OnComputerIPDiscoveryCancelListener):Unit

Register a callback to be invoked when the computer IP discovery is cancelled.

Parameters

listener - The callback that will run

Since 1.0