-
public interface FetchInAppsCallbackCallback for the fetch operation of the InApps.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonInAppsFetched(Boolean isSuccess)Called when the In-App messages are fetched, providing the fetch result. -
-
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.
-
-
-
-