Gamebase SDK for Android
2.27.0
NHN Cloud Gamebase Platform
|
This class provides functionality related to image notices. More...
Static Public Member Functions | |
static void | showImageNotices (@NonNull Activity activity, @Nullable GamebaseCallback onCloseCallback) |
Show image notice web pages. More... | |
static void | showImageNotices (@NonNull Activity activity, @Nullable ImageNoticeConfiguration configuration, @Nullable GamebaseCallback onCloseCallback, @Nullable GamebaseDataCallback< String > onEvent) |
Show image notice web pages. More... | |
static void | closeImageNotices (@NonNull Activity activity) |
This method to close the image notice in display on a screen. More... | |
This class provides functionality related to image notices.
|
static |
This method to close the image notice in display on a screen.
activity | Current activity. |
|
static |
Show image notice web pages.
activity | Current activity. |
onCloseCallback | called when the browser closed. |
Example Usage:
|
static |
Show image notice web pages.
activity | Current activity. |
configuration | The initial settings of image notices. |
onCloseCallback | called when the browser closed. |
onEvent | Click event with notice type 'Custom'. |
Example Usage: