套件 | flash.notifications |
類別 | public class RemoteNotifier |
繼承 | RemoteNotifier EventDispatcher Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.4 |
這個類別包括可用來查詢目標平台上支援哪些 RemoteNotificationStyles 的方法。它會傳送 RemoteNotificationEvent 和 StatusEvent。
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
supportedNotificationStyles : Vector.<String> [靜態] [唯讀]
所有支援之通知樣式的向量清單。 | RemoteNotifier |
公用方法
方法 | 定義自 | ||
---|---|---|---|
建立新的 RemoteNotifier 物件。 | RemoteNotifier | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。 | EventDispatcher | ||
會將事件傳送到事件流程。 | EventDispatcher | ||
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。 | EventDispatcher | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
會從 EventDispatcher 物件移除偵聽程式。 | EventDispatcher | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
訂閱/註冊應用程式以接收來自 APN 的遠端通知。 | RemoteNotifier | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
取消訂閱透過 APN 接收遠端通知的應用程式。 | RemoteNotifier | ||
會傳回指定之物件的基本值。 | Object | ||
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。 | EventDispatcher |
事件
事件 | 摘要 | 定義自 | ||
---|---|---|---|---|
[廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。 | EventDispatcher | |||
[廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。 | EventDispatcher | |||
為了回應應用程式所收到的新通知時傳送。 | RemoteNotifier | |||
當執行訂閱程序期間發生錯誤時傳送。 | RemoteNotifier | |||
當成功訂閱遠端通知之後可從 iOS 取得通知字符時傳送。 | RemoteNotifier |
屬性詳細資訊
supportedNotificationStyles | 屬性 |
建構函式詳細資料
RemoteNotifier | () | 建構函式 |
public function RemoteNotifier()
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.4 |
建立新的 RemoteNotifier 物件。
方法詳細資訊
subscribe | () | 方法 |
public function subscribe(options:RemoteNotifierSubscribeOptions = null):void
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.4 |
訂閱/註冊應用程式以接收來自 APN 的遠端通知。
- 一旦字符可供使用,就會觸發 RemoteNotificationEvent (TOKEN)。這個字符可供遠端通知提供者用來透過 APN,將遠端通知傳送到裝置上的這個應用程式。
- 當平台 OS 將通知傳遞至應用程式時,就會觸發 RemoteNotificationEvent (NOTIFICATION)。
- 當訂閱遠端通知期間發生錯誤時,就會觸發 StatusEvent (STATUS)。
參數
options:RemoteNotifierSubscribeOptions (default = null ) — 在某些平台上執行訂閱程序時所需的選項。
|
unsubscribe | () | 方法 |
事件詳細資訊
notification | 事件 |
事件物件類型:
屬性 RemoteNotificationEvent.type =
flash.events.RemoteNotificationEvent
屬性 RemoteNotificationEvent.type =
flash.events.RemoteNotificationEvent
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.4 |
為了回應應用程式所收到的新通知時傳送。
在 iOS 中,下列情況會觸發這個事件:
- 收到新通知時,應用程式位於前景。
- 由於顯示通知彈出式選單,使用者輕點警告的動作按鈕或輕點 (或按一下) 應用程式圖示。在這個情況中,沒有通知負荷的相關資訊可供使用。
status | 事件 |
事件物件類型:
屬性 StatusEvent.type =
flash.events.StatusEvent
屬性 StatusEvent.type =
flash.events.StatusEvent
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.4 |
當執行訂閱程序期間發生錯誤時傳送。
token | 事件 |
事件物件類型:
屬性 RemoteNotificationEvent.type =
flash.events.RemoteNotificationEvent
屬性 RemoteNotificationEvent.type =
flash.events.RemoteNotificationEvent
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.4 |
當成功訂閱遠端通知之後可從 iOS 取得通知字符時傳送。
Tue Jun 12 2018, 03:47 PM Z