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