Displaying a Message

Displaying a Message - Hello world

  1. Let’s try displaying a message in the center of the app. The default center label is set to a black background with white text.

// main.js

App.showCenterLabel("Hello world");

2. Result

Last updated

Was this helpful?