A B C D F G I N O R S T U V 

O

onButtonClickOrHold(FlicButton, boolean, int, boolean, boolean) - Method in class io.flic.lib.FlicButtonCallback
Used for the scenario where you want to listen on button click and hold.
onButtonSingleOrDoubleClick(FlicButton, boolean, int, boolean, boolean) - Method in class io.flic.lib.FlicButtonCallback
Used for the scenario where you want to listen on single click and double click.
onButtonSingleOrDoubleClickOrHold(FlicButton, boolean, int, boolean, boolean, boolean) - Method in class io.flic.lib.FlicButtonCallback
Used for the scenario where you want to listen on single click, double click and hold.
onButtonUpOrDown(FlicButton, boolean, int, boolean, boolean) - Method in class io.flic.lib.FlicButtonCallback
Called when the button was pressed or released.
onConnectionCompleted(FlicButton) - Method in class io.flic.lib.FlicButtonCallback
Called when the connection to the button has been established and is ready to use.
onConnectionFailed(FlicButton, int) - Method in class io.flic.lib.FlicButtonCallback
Called if there was a problem establishing a Bluetooth connection to the button.
onConnectionStarted(FlicButton) - Method in class io.flic.lib.FlicButtonCallback
Called when the Bluetooth connection has just been started.
onDisconnect(FlicButton, int) - Method in class io.flic.lib.FlicButtonCallback
Called when the Bluetooth connection was disconnected, for example if the button becomes out of range or the user manually disconnecting this button in the Flic Application.
onInitialized(FlicManager) - Method in class io.flic.lib.FlicManagerInitializedCallback
Called once when the manager has been initialized.
onReadRemoteRSSI(FlicButton, int, int) - Method in class io.flic.lib.FlicButtonCallback
Called as a result of FlicButton.readRemoteRSSI().
onUninitialized(FlicManager) - Method in class io.flic.lib.FlicManagerUninitializedCallback
Called when the manager was uninitialized.
A B C D F G I N O R S T U V