show

fun show(context: Context, adCallId: String?)

Shows the debugger screen. If adCallId is provided, selects that ad call log; otherwise, the latest event is selected.

Behavior by activation source:

  • CODE: opens immediately.

  • SERVER with valid cache: opens immediately.

  • SERVER with expired cache: re-validates via server API, then opens if still allowed.

  • null (not activated): calls server API to check; opens if allowed.