Class ShadowGooglePlayServicesUtil

java.lang.Object
org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil

@Deprecated @Implements(com.google.android.gms.common.GooglePlayServicesUtil.class) public class ShadowGooglePlayServicesUtil extends Object
Deprecated.
This package is no longer maintained and will be removed in Robolectric 4.16.
Calls to static method of GooglePlayServicesUtil will be redirected to the provided ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl implementation. Use provideImpl(GooglePlayServicesUtilImpl) to set the implementation instance. By default, a ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl is used in call redirection. Use mocks or subclassing ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl to achieve desired behaviors.