Interface FetchMessageCallback


public interface FetchMessageCallback
Interface for Fetch Message Callback.
Since:
5.3.0
  • Method Details

    • onFetchResponse

      void onFetchResponse(@NonNull FetchResponse fetchResponse)
      Callback method for success.
      Parameters:
      fetchResponse - the fetch response object FetchResponse to get the details of the message.
    • onError

      void onError(@NonNull FastTrackException exception)
      Callback method for failure.
      Parameters:
      exception - return the FastTrackException.