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

8 lines
165 B
Haxe

package flash.notifications;
@:final extern class RemoteNotifierSubscribeOptions
{
var notificationStyles:flash.Vector<NotificationStyle>;
function new():Void;
}