Home
Documentation
Resources
Certifications
Community

Resources

Check for updates on our solutions and system performance, or request technical support.

Community

Get the latest news, ask others for help and share your knowledge.

Set bluetooth - Bluetooth - Mercado Pago Developers

Intelligent search powered by OpenAI 

Set bluetooth

Use the launch method of the BluetoothUiSettings class to start with the bluetooth settings on Mercado Pago. That component provides several features, like activating and deactivating, searching for devices, and pairing and unpairing, among others. Check how to access it.

          
val bluetoothUiSettings = MPManager.bluetoothUiSettings

bluetoothUiSettings.launch(context)

        
          
final BluetoothUiSettings bluetoothUiSettings = MPManager.INSTANCE.getBluetoothUiSettings();

bluetoothUiSettings.launch(context);

        
FieldDescription
context (Context)It must be the context of the app and it’s mandatory to begin the activity.