Basics
Guides
API Reference
Basics
Guides
API Reference
[13:7] extends: FxObj
Wraps FXGL's Notification, the small value type pushed through NotificationService. Each Notification carries a message string and an optional Node icon. The constructor is internal so Notifications are produced by NotificationService rather than built directly; this wrapper exists for users that hold one obtained through AJI.
Notification ()
Empty default constructor; populated by adopt.
adopt (object Ajo)
Wraps an existing Notification AussomJavaObject.
Ajo is an AussomJavaObject around a Notification.A new wrapper.getMessage ()
Returns the notification message text.
A string.getIcon ()
Returns the notification icon Node (or null).
An AussomJavaObject around a Node, or null.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.