GTA V NativesuiUi::setNotificationTextEntryOn this pageUi::setNotificationTextEntryDeclares the entry type of a notification, for example 'STRING'. Syntax ```js mp.game.ui.setNotificationTextEntry(type); ``` Required Arguments type: String Return value Undefined Example ```js // todo ``` See also