com.google.ads.mediation.customevent
Class CustomEventServerParameters
java.lang.Object
com.google.ads.mediation.MediationServerParameters
com.google.ads.mediation.customevent.CustomEventServerParameters
public class CustomEventServerParameters
- extends MediationServerParameters
The mediation server parameters class for custom events.
label
public String label
- The label for the custom event.
className
public String className
- The name of the class that handles the custom event.
parameter
public String parameter
- The parameter passed down from the server. This defaults to
null
if it is missing.
CustomEventServerParameters
public CustomEventServerParameters()