Class Notification
Methods to manage the display of notifications above the minimap.
Inheritance
System.Object
Notification
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GTA.UI
Assembly: ScriptHookVDotNet3.dll
Syntax
public static class Notification
Methods
Name | Description |
---|---|
Hide(Int32) | Hides a Notification instantly. |
Show(NotificationIcon, String, String, String, Boolean, Boolean) | Creates a more advanced (SMS-alike) Notification above the minimap showing a sender icon, subject and the message. |
Show(String, Boolean) | Creates a Notification above the minimap with the given message. |