PlatformSignalCollector

public interface PlatformSignalCollector


Adapter for providing platform-specific signals to the Programmatic Access Library.

Summary

Public methods

abstract Task<Map<StringString>>
collectSignals(Context context, ExecutorService executorService)

Returns a task to collect platform-specific signals.

Public methods

collectSignals

abstract Task<Map<StringString>> collectSignals(Context context, ExecutorService executorService)

Returns a task to collect platform-specific signals.

Parameters
Context context

The context provided by the publisher to the PAL SDK.

ExecutorService executorService

An executor for running background tasks.

Returns
Task<Map<StringString>>

a task with the map of platform-specific signals.