Interface SetVisitorDataCallback


public interface SetVisitorDataCallback
Callback for setVisitorData operation results.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onComplete(boolean success, String errorMessage)
    Called when the setVisitorData operation completes.
  • Method Details

    • onComplete

      void onComplete(boolean success, @Nullable String errorMessage)
      Called when the setVisitorData operation completes.
      Parameters:
      success - Whether the operation was successful
      errorMessage - Error message if the operation failed, null otherwise