Custom Mediation Task Categories
To create categories of custom mediation tasks, add the
methodgetPaletteGroup
method to the
MediationTask
UI factory class as shown in this example:
public String getPaletteGroup(){ return "Samples"; }
This example creates the category Samples.