Package 

Class ProfileMerger

  • All Implemented Interfaces:
    com.google.android.gms.tasks.Continuation

    @RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) 
    public class ProfileMerger
     implements Continuation<AuthResult, Task<AuthResult>>
                        

    Merges an existing account's profile with the new user's profile.

    Note: This operation always returns a successful task to minimize login interruptions.

    • Method Summary

      Modifier and Type Method Description
      Task<AuthResult> then(@NonNull() Task<AuthResult> task)
      • Methods inherited from class com.google.android.gms.tasks.Continuation

        then
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • then

         Task<AuthResult> then(@NonNull() Task<AuthResult> task)