anyuianyui
Home
Getting Started
Documentation
Download
  • English
  • 简体中文
Home
Getting Started
Documentation
Download
  • English
  • 简体中文
  • Setup

    • Installation
  • Core Concepts

    • Introduction
    • Design
    • Hide and Lock
    • Resource Management
  • Higher Order Component

    • State Button
    • Label Slider
    • Value Slider
    • Check Group & Radio Group
    • StatusBar
    • NavigateBar
    • Drawer
  • Advanced Features

    • Use External Image File as Source
    • GIF Animated Image
    • Template Component
    • Global Components
    • Screen Management
    • Communication Commands and Events
    • Lottie Animation
  • Development

    • Build Mode
    • Build Toolchain Configuration
    • Code Transplant
  • Technical Support

    • FAQ

Introduction

The StatusBar is a Higher Order Component that provides a status display area for text elements such as current time or icon indicators such as WiFi and battery status.

Usage

Right-click on the StatusBar component to configure events for text and icon elements. The default configuration includes:

  • A label configured to receive time updates
  • An icon configured to receive battery status updates
  • An icon configured to receive Bluetooth status updates

Refer to Communication Command and Event for detailed configuration instructions.

Communication Commands

The StatusBar supports commands to initialize icon states during screen setup.

Refer to Communication Command and Event for comprehensive implementation details.

Prev
Check Group & Radio Group
Next
NavigateBar