com.google.ads.mediation.customevent
Class CustomEventServerParameters

java.lang.Object
  extended by com.google.ads.mediation.MediationServerParameters
      extended by com.google.ads.mediation.customevent.CustomEventServerParameters

public class CustomEventServerParameters
extends MediationServerParameters

The mediation server parameters class for custom events.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.ads.mediation.MediationServerParameters
MediationServerParameters.MappingException
 
Field Summary
 String className
          The name of the class that handles the custom event.
 String label
          The label for the custom event.
 String parameter
          The parameter passed down from the server.
 
Constructor Summary
CustomEventServerParameters()
           
 
Method Summary
 
Methods inherited from class com.google.ads.mediation.MediationServerParameters
load
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

CustomEventServerParameters

public CustomEventServerParameters()