PlatformSignalCollector

interface PlatformSignalCollector


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

Summary

Public functions

Task<(Mutable)Map<String!, String!>!>!
collectSignals(context: Context!, executorService: ExecutorService!)

Returns a task to collect platform-specific signals.

Public functions

collectSignals

fun collectSignals(context: Context!, executorService: ExecutorService!): Task<(Mutable)Map<String!, String!>!>!

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<(Mutable)Map<String!, String!>!>!

a task with the map of platform-specific signals.