GooglePlayServicesNotAvailableException

class GooglePlayServicesNotAvailableException : Exception


Indicates Google Play services is not available.

Summary

Public constructors

Public properties

Int
@SuppressViolation(value = "hide_members_annotation")
errorCode

The error code returned by isGooglePlayServicesAvailable call.

Public constructors

GooglePlayServicesNotAvailableException

GooglePlayServicesNotAvailableException(errorCode: Int)

Public properties

errorCode

@SuppressViolation(value = "hide_members_annotation")
val errorCodeInt

The error code returned by isGooglePlayServicesAvailable call.