isSHBEnabled

Defines, if the request should also consider the server side header bidding.

Enabled if the value is true, disabled if the value is false. This preference will be submitted to the ad server with every subsequent ad request. Users preference will not be persisted.

Note: You can also override this parameter for an individual AdRequest by passing AdRequest.isSHBEnabled to the constructor.

AdService.setAdRequestGlobalParameter(AdRequestGlobalParameters::isSHBEnabled, true)

Use AdService.removeAdRequestGlobalParameter to reset the users choice.