getExtras abstract method

Map<String, dynamic> getExtras()

Key-Value pair to be sent to the host platform to parse.

The Android or iOS parse classes are responsible to take these values and parse them to Mediation Extras that the Ad Request can register.

Implementation

Map<String, dynamic> getExtras();