Package 

Class PendingRegistrationResolver

  • All Implemented Interfaces:
    com.gigya.android.sdk.interruption.IPendingRegistrationResolver

    
    public class PendingRegistrationResolver<A extends GigyaAccount>
    extends Resolver<A> implements IPendingRegistrationResolver
                        

    Helper class used to resolve flows that get interrupted with error "Account Pending Registration" (206001). Missing registration field will appear in the interruption "errorDetails" field. In order to resolve the flow you will need to set the missing account fields using the setAccount method.

    • Method Summary

      Modifier and Type Method Description
      void setAccount(@NonNull() Map<String, Object> missingAccountFields)
      • Methods inherited from class com.gigya.android.sdk.interruption.Resolver

        getRegToken
      • Methods inherited from class com.gigya.android.sdk.interruption.IPendingRegistrationResolver

        setAccount
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait