Class ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl

java.lang.Object
org.robolectric.shadows.gms.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 Details

    • GooglePlayServicesUtilImpl

      public GooglePlayServicesUtilImpl()
  • Method Details

    • getErrorDialog

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

      public Dialog getErrorDialog(int errorCode, Activity activity, int requestCode, DialogInterface.OnCancelListener cancelListener)
    • getErrorPendingIntent

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

      public Context getRemoteContext(Context context)
    • getRemoteResource

      public Resources getRemoteResource(Context context)
    • isGooglePlayServicesAvailable

      public int isGooglePlayServicesAvailable(Context context)
    • showErrorDialogFragment

      public boolean showErrorDialogFragment(int errorCode, Activity activity, androidx.fragment.app.Fragment fragment, int requestCode, DialogInterface.OnCancelListener cancelListener)
    • showErrorDialogFragment

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

      public boolean showErrorDialogFragment(int errorCode, Activity activity, int requestCode, DialogInterface.OnCancelListener cancelListener)
    • showErrorNotification

      public void showErrorNotification(int errorCode, Context context)