Interface BatchAttributesFetchListener

    • Method Detail

      • onSuccess

        void onSuccess​(@NonNull
                       java.util.Map<java.lang.String,​BatchUserAttribute> attributes)
        Parameters:
        attributes - A map of attributes. The keys are the ones used when setting the attributes. The values are of type BatchUserAttribute.
      • onError

        void onError()