Gamebase SDK for Android
2.44.0
NHN Cloud Gamebase Platform
|
This class provides wrapping of function execution related to TOAST Contact. More...
Static Public Member Functions | |
static void | openContact (@NonNull final Activity activity, @Nullable final GamebaseCallback onCloseCallback) |
Open TOAST Contact WebView with CS URL which is wrote in TOAST Gamebase App Console. More... | |
static void | openContact (@NonNull final Activity activity, @NonNull final ContactConfiguration configuration, @Nullable final GamebaseCallback onCloseCallback) |
Open TOAST Contact WebView with CS URL which is wrote in TOAST Gamebase App Console. More... | |
static void | requestContactURL (@NonNull final GamebaseDataCallback< String > callback) |
Returns the customer service URL. More... | |
static void | requestContactURL (@NonNull final ContactConfiguration configuration, @NonNull final GamebaseDataCallback< String > callback) |
Returns the customer service URL. More... | |
This class provides wrapping of function execution related to TOAST Contact.
|
static |
Open TOAST Contact WebView with CS URL which is wrote in TOAST Gamebase App Console.
If the CS URL is empty or invalid, you will receive a GamebaseException.
activity | Current activity. |
configuration | The init settings of contact URL. |
onCloseCallback | called when the browser closed. |
Example Usage:
|
static |
Open TOAST Contact WebView with CS URL which is wrote in TOAST Gamebase App Console.
If the CS URL is empty or invalid, you will receive a GamebaseException.
activity | Current activity. |
onCloseCallback | called when the browser closed. |
Example Usage:
|
static |
Returns the customer service URL.
You can open webview with this URL.
configuration | The init settings of contact URL. |
callback | Returns the customer service URL. |
Example Usage:
|
static |
Returns the customer service URL.
You can open webview with this URL.
callback | Returns the customer service URL. |
Example Usage: