appInForeground

var appInForeground: StateFlow<Boolean>?

Parameters

appInForeground
  • true: if needed, directly launches TrustCertificateActivity and shows notification (if possible)

    • false: if needed, shows notification (if possible)

    • null: non-interactive mode: does not show notification or launch activity