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