aziz Posted November 20, 2023 Posted November 20, 2023 Does FGX Native Support Integrations with Various Mobile Device Features such as GPS Receiver, Bluetooth, NFC, Mobile Camera Usage, Phone Calling, SMS Sending, and Other Capabilities? Quote
Administrators Yaroslav Brovin Posted November 21, 2023 Administrators Posted November 21, 2023 Hello @aziz, GPS Receiver - is a part of RTL Sensors. See System.Sensors / System.Sensors.Components. Since it's part of RTL, we don't support it. But It works as is. Bluetooth - is a part of RTL Bluethooth. See System.Bluethooth / System.Bluethooth.Components. Since it's part of RTL, we don't support it. But It works as is. NFC - No we and rtl haven't had solution for it. But you can use Android / iOS API directly. Mobile Camera Usage - Yes. We provide several way for working with camera: TfgCamera - low level, TfgPhotoPicker - High level. You can look at the our demo samples. Phone Calling - yes. We provide service for making call. But We haven't provide API for tracking calls. SMS Sending - no. Since it's quite limited in the latest Android versions. But you can use Android / iOS API directly. Other Capabilities - ? Thank you 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.