Completely Installs a targeted app If true, don't run the app once install completes. A Observer which can be used to report Progress - will return values from 0-100 and Complete, or Throw Completion
(bool silentInstall, Action<int> progress = null)
| 77 | /// will return values from 0-100 and Complete, or Throw</param> |
| 78 | /// <returns>Completion</returns> |
| 79 | Task FullInstall(bool silentInstall, Action<int> progress = null); |
| 80 | |
| 81 | /// <summary> |
| 82 | /// Completely uninstalls the targeted app |
nothing calls this directly
no outgoing calls
no test coverage detected