setCloseButtonImageResource
open fun setCloseButtonImageResource(@DrawableRes resourceId: Int): GamebaseWebViewConfiguration.Builder
This method sets the image of the close button.
Return
this
Parameters
resourceId
The identifier of the resource.
open fun setCloseButtonImageResource(@NonNull context: Context, @NonNull name: String): GamebaseWebViewConfiguration.Builder
This method sets the image of the close button.
Return
this
Parameters
context
A Context of the application package implementing this class.
name
The name of the desired resource.