Skip to main content

Ui::setNotificationTextEntry

Declares 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