Files
lime/externs/air/flash/notifications/RemoteNotifier.hx
2019-02-14 08:41:20 -08:00

10 lines
307 B
Haxe

package flash.notifications;
extern class RemoteNotifier extends flash.events.EventDispatcher
{
function new():Void;
function subscribe(?options:RemoteNotifierSubscribeOptions):Void;
function unsubscribe():Void;
static var supportedNotificationStyles(default, never):flash.Vector<NotificationStyle>;
}