showWithSSR method

Future<void> showWithSSR(
  1. {required Map<String, String> serverSideRewardingOptions}
)
inherited

Shows the ad for placementId with server side rewarding parameters for the impression. See server side rewarding documentation The ad has to be available to make this work. See isAvailable.

Implementation

Future<void> showWithSSR(
        {required Map<String, String> serverSideRewardingOptions}) =>
    _sdk._show(_type, placementId, extraOptions: serverSideRewardingOptions);