addOnSuccessListener

Adds a listener which will be invoked when a Session succeeds.

Replaces previously added OnSuccessListener.

If session has already succeeded by the time this function is called, the listener will be invoked immediately in the calling thread.

Return

this Binder to allow chaining.