getAndroidClassName abstract method

String getAndroidClassName()

Fully-qualified name of an Android FlutterMediationExtras class.

The name of the class must implement the FlutterMediationExtras interface. The flutter plugin will try to instantiate it via reflection when an AdRequest is created and an instance of this class is assigned to its mediationExtras.

Implementation

String getAndroidClassName();