Package | com.myflashlab.air.extensions.badge |
Class | public class Badge |
Inheritance | Badge Object |
Property | Defined By | ||
---|---|---|---|
value : int [static]
Indicates the current badge value for your app. | Badge |
Method | Defined By | ||
---|---|---|---|
register():void [static]
Call this method so iOS can allow your app to have access to the badges. | Badge |
Constant | Defined By | ||
---|---|---|---|
EXTENSION_ID : String = com.myflashlab.air.extensions.badge [static] | Badge | ||
VERSION : String = 1.1.41 [static] | Badge |
value | property |
value:int
Indicates the current badge value for your app.
public static function get value():int
public static function set value(value:int):void
register | () | method |
public static function register():void
Call this method so iOS can allow your app to have access to the badges. If you are using our FCM/GCM ANE, you must not call this method at all because those extensions have already registered your app for notifications.
EXTENSION_ID | Constant |
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.badge
VERSION | Constant |
public static const VERSION:String = 1.1.41