12 lines
184 B
C#
12 lines
184 B
C#
![]() |
namespace Assets.SimpleAndroidNotifications
|
|||
|
{
|
|||
|
public enum NotificationIcon
|
|||
|
{
|
|||
|
Bell,
|
|||
|
Clock,
|
|||
|
Event,
|
|||
|
Heart,
|
|||
|
Message,
|
|||
|
Star
|
|||
|
}
|
|||
|
}
|