Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please visit https://www.securetheorem.com/mobile/protect to see the list of your apps and the state of protection, along with the individual protection item details.

Setup callbacks

MobileProtect supports 2 types of callbacks: protections and events. Protection callbacks are triggered before closing the app and event callbacks are triggered on security events.

They can be setup using FlutterMobileProtect.onProtectionCallback and FlutterMobileProtect.onEventsCallback

Upgrading from earlier versions (prior to v23.0.0)

...