Class ShadowGooglePlayServicesUtil

    • Constructor Detail

      • ShadowGooglePlayServicesUtil

        public ShadowGooglePlayServicesUtil()
    • Method Detail

      • reset

        @Resetter
        public static void reset()
      • getRemoteContext

        @Implementation
        public static Context getRemoteContext​(Context context)
      • getRemoteResource

        @Implementation
        public static Resources getRemoteResource​(Context context)
      • showErrorDialogFragment

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

        @Implementation
        public static boolean showErrorDialogFragment​(int errorCode,
                                                      Activity activity,
                                                      int requestCode)
      • getErrorDialog

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

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

        @Implementation
        public static String getOpenSourceSoftwareLicenseInfo​(Context context)
      • isGooglePlayServicesAvailable

        @Implementation
        public static int isGooglePlayServicesAvailable​(Context context)
      • showErrorNotification

        @Implementation
        public static void showErrorNotification​(int errorCode,
                                                 Context context)