Package 

Interface FetchInAppsCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onInAppsFetched(Boolean isSuccess) Called when the In-App messages are fetched, providing the fetch result.
      • Methods inherited from class java.lang.Object

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

      • onInAppsFetched

         abstract Unit onInAppsFetched(Boolean isSuccess)

        Called when the In-App messages are fetched, providing the fetch result.

        Parameters:
        isSuccess - A boolean value indicating whether the fetch operation was successful.