Google.Play.Instant.PlaySignatureVerifier

Provides methods that verify whether a package's signature matches the expected value.

Summary

Public attributes

SkipVerifyGooglePlayServicesScriptingDefineSymbol = "PLAY_INSTANT_SKIP_VERIFY_GOOGLE_PLAY_SERVICES"
const string
Scripting define symbol that causes VerifyGooglePlayServices to always return true.

Public static functions

VerifyGooglePlayServices(AndroidJavaObject packageManager)
bool
Returns true if GooglePlay Services is installed and its signature matches the expected value.

Public attributes

SkipVerifyGooglePlayServicesScriptingDefineSymbol

const string SkipVerifyGooglePlayServicesScriptingDefineSymbol =
            "PLAY_INSTANT_SKIP_VERIFY_GOOGLE_PLAY_SERVICES"

Scripting define symbol that causes VerifyGooglePlayServices to always return true.

Public static functions

VerifyGooglePlayServices

bool VerifyGooglePlayServices(
  AndroidJavaObject packageManager
)

Returns true if GooglePlay Services is installed and its signature matches the expected value.