TypeValue

public final class TypeValue

TypeValue

Fields

mType

final String mType

mValue

final String mValue

Constructors

TypeValue

public TypeValue(String type, String value)

Methods

getType

public String getType()
Parameters:
  • Type – Optional. Indicating type of function for customer data Example: “DU” is a dynamic URL function.

getValue

public String getValue()
Parameters:
  • pushDataValue – Optional. Actual customer data.

toString

public String toString()