GooglePlayServicesManifestException

class GooglePlayServicesManifestException : IllegalStateException

Known direct subclasses
GooglePlayServicesIncorrectManifestValueException

Exception encountered when the Google Play services version in the client app's manifest was incorrect.

GooglePlayServicesMissingManifestValueException

Exception encountered when the Google Play services version was not present in the client app's manifest.


Exception encountered while checking if the package's manifest is consistent with the Google Play services client libraries.

Summary

Public constructors

GooglePlayServicesManifestException(actualVersion: Int, message: String!)

Creates a GooglePlayServicesManifestException.

Public functions

Int

Returns the version the client library expected to find in the package's manifest.

Public properties

Int

Public constructors

GooglePlayServicesManifestException

GooglePlayServicesManifestException(actualVersion: Int, message: String!)

Creates a GooglePlayServicesManifestException.

Public functions

getExpectedVersion

fun getExpectedVersion(): Int

Returns the version the client library expected to find in the package's manifest.

Public properties

actualVersion

val actualVersionInt