Diagnostics

interface Diagnostics

Diagnostics feature — submit diagnostic data to Advanta.

This feature allows the host app to send key-value diagnostic information, such as device settings or permissions status, to the Advanta platform. This data can be used for troubleshooting or analytics.

Platform & threading

  • The function is suspend and must be called from a coroutine.

  • Errors surface as Throwable and should be handled at call sites.

Functions

Link copied to clipboard
abstract suspend fun submit(payload: Map<String, String>): AFResult

Submits a diagnostic payload.