Ui::setNotificationTextEntry
Declares the entry type of a notification, for example 'STRING'.
Syntax
ui.setNotificationTextEntry(type);
Required Arguments
- type: String
Return value
- Undefined
Example
todo
Declares the entry type of a notification, for example 'STRING'.
ui.setNotificationTextEntry(type);
todo