Interface DFP

  • All Implemented Interfaces:

    
    public interface DFP
    
                        

    The DFP interface provides methods for retrieving a DFP Telemetry ID, which you can look up from your backend. For more information on DFP, see here

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getTelemetryId() Fetches a DFP Telemetry ID for use in backend lookup calls
      abstract Unit getTelemetryId(Function1<String, Unit> callback) Fetches a DFP Telemetry ID for use in backend lookup calls
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getTelemetryId

         abstract String getTelemetryId()

        Fetches a DFP Telemetry ID for use in backend lookup calls

        Returns:

        String a dpf_telemetry_id

      • getTelemetryId

         abstract Unit getTelemetryId(Function1<String, Unit> callback)

        Fetches a DFP Telemetry ID for use in backend lookup calls

        Parameters:
        callback - a callback that receives a dpf_telemetry_id