12 lines
No EOL
184 B
C#
12 lines
No EOL
184 B
C#
namespace Assets.SimpleAndroidNotifications
|
|
{
|
|
public enum NotificationIcon
|
|
{
|
|
Bell,
|
|
Clock,
|
|
Event,
|
|
Heart,
|
|
Message,
|
|
Star
|
|
}
|
|
} |