Itfff connection

Mission: USER MANAGER
Task: Modify “Registration Confirmation” email template

This is not a high priority

Is there a way to connect a Backendless mobile app to a battery powered Bluetooth motion sensor?
Thanks

Please, describe your problem here.

Hello @David_Blackard

You could call a Native Method using that codeless block or through BackendlessUI library

BackendlessUI.DeviceAPI.sendRequest(name, data)

image

And extend the switch case in Flutter code to catch that call.

Handle that and return the needed result.

Tell me if something is still unclear.
Regards, Dima.

Thank you Dima. I will try this when I get app going.