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.
Copyright © Cloud Software Group, Inc. All rights reserved.