public interface PlatformSignalCollector
Adapter for providing platform-specific signals to the Programmatic Access Library.
Public Method Summary
abstract Task<Map<String, String>> |
collectSignals(Context
context, ExecutorService
executorService)
Returns a task to collect platform-specific signals.
|
Public Methods
public abstract Task<Map<String, String>> collectSignals (Context context, ExecutorService executorService)
Returns a task to collect platform-specific signals.
Parameters
context | The context provided by the publisher to the PAL SDK. |
---|---|
executorService | An executor for running background tasks. |
Returns
- a task with the map of platform-specific signals.