Package com.batch.android
Class GoogleApiAvailabilityContainer
- java.lang.Object
-
- com.batch.android.GoogleApiAvailabilityContainer
-
public final class GoogleApiAvailabilityContainer extends java.lang.ObjectReferences com.google.android.gms
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleandeviceNotSupportPlayServiceVersion(android.content.Context context)static intgetGooglePlayServicesVersionCode()static booleanmustDeviceUpdatePlayServices(android.content.Context context)
-
-
-
Method Detail
-
getGooglePlayServicesVersionCode
public static int getGooglePlayServicesVersionCode()
-
mustDeviceUpdatePlayServices
public static boolean mustDeviceUpdatePlayServices(android.content.Context context)
-
deviceNotSupportPlayServiceVersion
public static boolean deviceNotSupportPlayServiceVersion(android.content.Context context)
-
-