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