Skip to content
Binary UIKit reference Stable

ActivityStatus

Compact agent activity status with elapsed time, task progress, and one live announcement.

Use ActivityStatus for one observable operation. Supply visible status text. Let only one owner announce each transition.

Interactive example

Loading interactive example

API

MemberTypeKindRequiredDefault
activityIdstringpropYes
announcementstringpropNoundefined
elapsedstringpropNoundefined
labelstringpropYes
politeness'polite' | 'assertive'propNo'polite'
progressActivityProgresspropNoundefined
statusAgentStatuspropYes
statusLabelstringpropYes

Examples

Source

Loading source