PrivacyProtectionTogglePlugin

Functions

Link copied to clipboard
abstract suspend fun onToggleOff(origin: PrivacyToggleOrigin)

Executed when the privacy toggle is switched off. It receives the PrivacyToggleOrigin.

Link copied to clipboard
abstract suspend fun onToggleOn(origin: PrivacyToggleOrigin)

Executed when the privacy toggle is switched on. It receives the PrivacyToggleOrigin.