Class AppInstallationSource
Holds information about the app installation source.
public class AppInstallationSource
- Inheritance
-
objectAppInstallationSource
Properties
DetectedSource
Detected source of the app installation to simplify further processing.
public AndroidAppSource DetectedSource { get; }
Property Value
PackageName
Package name of the installation source, for example "com.android.vending" for Google Play Store.
public string PackageName { get; }
Property Value
- string