public final class

RevocationBoundService

extends Service
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.google.android.gms.auth.api.signin.RevocationBoundService

Class Overview

Handles Google Sign-In user revocation.

In the event that the user revokes access via Google Settings -> Connected Apps, this service will be started by Google Play services in order to clean up cached sign in state. For apps that do not integrate with Google Sign-In, this service will never be started.

This service is included automatically when depending upon com.google.android.gms:play-services-auth. There is no need to include it manually.

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
RevocationBoundService()
Public Methods
IBinder onBind(Intent intent)
[Expand]
Inherited Methods
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks2
From interface android.content.ComponentCallbacks

Public Constructors

public RevocationBoundService ()

Public Methods

public IBinder onBind (Intent intent)

Parameters
intent Intent
Returns
IBinder