Notifications

Use these functions to make it easier for you

aphone.AddNotif(string type, string msg, int cd)

Parameters

Purpose

Type

Type of your notification, Optional, see below

msg

The text displayed

cd

How long does it stay

Types

Type ID

Purpose

alert

Alert

bell

Information

good

Valid action

[APP NAME]

If type is equal to a app name. Will use color and icon of this app.

aphone.AddNotif("alert", "This is a example !", 3)
aphone.AddNotif("good", "This is a example !", 3)
aphone.AddNotif("settings", "This is a example !", 3)

Last updated

Was this helpful?