Gamebase SDK for Android  1.4.3
Toast Gamebase Platform

◆ showWebBrowser()

static void showWebBrowser ( @NonNull final Activity  activity,
@NonNull final String  url 
)
static

This method to create the web browser and display it on screen.

Parameters
activityCurrent activity.
urlThe url of the resource to load.
Deprecated:
This method is deprecated. Use openWebBrowser(Activity, String) method instead.