Class ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl

  • Enclosing class:
    ShadowGooglePlayServicesUtil

    public static class ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
    extends Object
    Class containing methods with same signatures of the static methods of GooglePlayServicesUtil.
    • Constructor Detail

      • GooglePlayServicesUtilImpl

        public GooglePlayServicesUtilImpl()
    • Method Detail

      • getErrorDialog

        public Dialog getErrorDialog​(int errorCode,
                                     Activity activity,
                                     int requestCode)
      • getErrorPendingIntent

        public PendingIntent getErrorPendingIntent​(int errorCode,
                                                   Context context,
                                                   int requestCode)
      • getOpenSourceSoftwareLicenseInfo

        public String getOpenSourceSoftwareLicenseInfo​(Context context)
      • getRemoteContext

        public Context getRemoteContext​(Context context)
      • isGooglePlayServicesAvailable

        public int isGooglePlayServicesAvailable​(Context context)
      • showErrorDialogFragment

        public boolean showErrorDialogFragment​(int errorCode,
                                               Activity activity,
                                               android.support.v4.app.Fragment fragment,
                                               int requestCode,
                                               DialogInterface.OnCancelListener cancelListener)
      • showErrorDialogFragment

        public boolean showErrorDialogFragment​(int errorCode,
                                               Activity activity,
                                               int requestCode)
      • showErrorNotification

        public void showErrorNotification​(int errorCode,
                                          Context context)