Uses of Class
com.iabtcf.decoder.DecoderOption
| Package | Description |
|---|---|
| com.iabtcf.decoder |
-
Uses of DecoderOption in com.iabtcf.decoder
Methods in com.iabtcf.decoder that return DecoderOption Modifier and Type Method Description static DecoderOptionDecoderOption. valueOf(String name)Returns the enum constant of this type with the specified name.static DecoderOption[]DecoderOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iabtcf.decoder with parameters of type DecoderOption Modifier and Type Method Description static TCStringTCString. decode(String consentString, DecoderOption... options)Decodes an iabtcf compliant encoded string.