For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Intents

Custom Intents enable administrators to automate application activities and trigger specific actions based on predictable device states. It eases the efforts of both administrators and users by executing tasks automatically during lifecycle events such as login, logout, boot, or cradle.

Device Events

Custom Intents can be invoked on these device events/state changes:

  • Pre Login

  • Login

  • Logout

  • Post Logout

  • Boot

  • Device Uncradled

  • Device Cradled

  • Device Screen On

  • Device Screen Off

  • Motion Lock Enter

  • Motion Lock Exit

  • Site Changed

Intent Capabilities

Platform Actions: Intents that are customized by BlueFletch to trigger operational tasks like clearing cache, deleting files, or adjusting settings.

Standard Android Intents: Intents that are utilized to start apps, open activities, or send broadcasts using native Android capabilities.

Filtering: Intents that are filtered to execute on targeted devices by matching session, device, or configuration attributes.

For configuration details and examples, consult the Technical Guide for this feature.

Last updated