Hi,
I'm working on an app using DJI MSDK 5 Android API and using a Mavic 3E drone. I need to implement a feature where user/profile based settings can be saved so that different users have their own settings, making it easy to use without needing to change settings repeatedly and saving time. The API for this feature is available in MSDK 4 Android version:
void saveSettingsToProfile(@NonNull CustomSettingsProfile profile, @Nullable final CompletionCallback callback)
However, I couldn't find any API or settings like this in MSDK 5 Android. Am I making a mistake or is there no such feature available in MSDK 5?
|