createNextPanel
abstract fun createNextPanel( frontendContext: FrontendContext, bluetoothConnectivityFlowState: BluetoothConnectivityFlowState, selectedDeviceAddress: BluetoothDeviceAddress, bluetoothConnectivityFrontendCallbacks: BluetoothConnectivityFrontendCallbacks): BluetoothConnectivityBasePanel
Content copied to clipboard
Creates the next panel in the Bluetooth connectivity flow. Called only if needShowNextPanel returned true.
Return
BluetoothConnectivityBasePanel to show.
Parameters
frontendContext
A frontend context. See FrontendContext.
bluetoothConnectivityFlowState
The flow state of the Bluetooth frontend.
selectedDeviceAddress
The pairing device address of the selected device.
bluetoothConnectivityFrontendCallbacks
The callbacks to the host frontend to control the Bluetooth flow.