Table of Contents

Class AppInstallationSource

Namespace
CodeStage.AntiCheat.Genuine.Android
Assembly
Build.dll

Holds information about the app installation source.

public class AppInstallationSource
Inheritance
object
AppInstallationSource

Properties

DetectedSource

Detected source of the app installation to simplify further processing.

public AndroidAppSource DetectedSource { get; }

Property Value

AndroidAppSource

PackageName

Package name of the installation source, for example "com.android.vending" for Google Play Store.

public string PackageName { get; }

Property Value

string