// Saves current ADF. // A coroutine is set to run on TangoApplication. // Should not be executed when permissions have not been granted or service is not running. public static void SaveCurrentADF(this TangoApplication self, string name = null, Action onComplete = null) { self.StartCoroutine(SaveCurrentADF(name, onComplete)); }