Package com.stytch.sdk.common.dfp
Interface DFP
-
-
Method Summary
Modifier and Type Method Description abstract StringgetTelemetryId()Fetches a DFP Telemetry ID for use in backend lookup calls abstract UnitgetTelemetryId(Function1<String, Unit> callback)Fetches a DFP Telemetry ID for use in backend lookup calls -
-
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
-
-
-
-