套件 | flash.events |
類別 | public class DRMDeviceGroupErrorEvent |
繼承 | DRMDeviceGroupErrorEvent ErrorEvent TextEvent Event Object |
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.0, Flash Player 11.9 |
在任何裝置群組相關呼叫期間發生任何錯誤時 DRMManager 所發出。
應用程式必須負責明確地處理錯誤事件。這些事件包括使用者輸入有效認證,但保護加密內容的憑證限制內容存取權等情形。例如,如果尚未付費以取得權限,則驗證的使用者無法存取內容。當同一發行者的兩位註冊會員,嘗試共用只有一位會員付費的內容時,也會發生同樣的錯誤。
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
bubbles : Boolean [唯讀]
指出事件是否為反昇事件。 | Event | ||
cancelable : Boolean [唯讀]
指出是否可避免與事件相關聯的行為指令。 | Event | ||
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
currentTarget : Object [唯讀]
正主動使用事件偵聽程式處理 Event 物件的物件。 | Event | ||
deviceGroup : DRMDeviceGroup
這個錯誤事件的 DRMDeviceGroup 物件。 | DRMDeviceGroupErrorEvent | ||
drmUpdateNeeded : Boolean [唯讀] | DRMDeviceGroupErrorEvent | ||
errorID : int [唯讀]
包含與特定錯誤相關聯的參考號碼。 | ErrorEvent | ||
eventPhase : uint [唯讀]
事件流程中的目前階段。 | Event | ||
subErrorID : int | DRMDeviceGroupErrorEvent | ||
systemUpdateNeeded : Boolean [唯讀] | DRMDeviceGroupErrorEvent | ||
target : Object [唯讀]
事件目標。 | Event | ||
text : String
用於 textInput 事件,代表使用者所輸入的字元或字元序列。 | TextEvent | ||
type : String [唯讀]
事件類型。 | Event |
公用方法
方法 | 定義自 | ||
---|---|---|---|
DRMDeviceGroupErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, errorDetail:String = "", errorCode:int = 0, subErrorID:int = 0, deviceGroup:DRMDeviceGroup = null, systemUpdateNeeded:Boolean = false, drmUpdateNeeded:Boolean = false) | DRMDeviceGroupErrorEvent | ||
[覆寫] | DRMDeviceGroupErrorEvent | ||
公用程式函數,可用來實作自訂 ActionScript 3.0 Event 類別中的 toString() 方法。 | Event | ||
指出物件是否有已定義的指定屬性。 | Object | ||
檢查是否已經對事件呼叫 preventDefault() 方法。 | Event | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
如果可以取消事件的預設行為指令,則取消該行為指令。 | Event | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
避免處理事件流程中,目前節點以及任何後續節點中的任何事件偵聽程式。 | Event | ||
避免處理接續在事件流程中的目前節點之後,後續節點中的任何事件偵聽程式。 | Event | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
[覆寫] | DRMDeviceGroupErrorEvent | ||
會傳回指定之物件的基本值。 | Object |
公用常數
常數 | 定義自 | ||
---|---|---|---|
ADD_TO_DEVICE_GROUP_ERROR : String = "addToDeviceGroupError" [靜態] | DRMDeviceGroupErrorEvent | ||
REMOVE_FROM_DEVICE_GROUP_ERROR : String = "removeFromDeviceGroupError" [靜態] | DRMDeviceGroupErrorEvent |
屬性詳細資訊
deviceGroup | 屬性 |
deviceGroup:DRMDeviceGroup
語言版本: | ActionScript 3.0 |
執行階段版本: | AIR 3.0 |
這個錯誤事件的 DRMDeviceGroup 物件。
實作
public function get deviceGroup():DRMDeviceGroup
public function set deviceGroup(value:DRMDeviceGroup):void
drmUpdateNeeded | 屬性 |
subErrorID | 屬性 |
systemUpdateNeeded | 屬性 |
建構函式詳細資料
DRMDeviceGroupErrorEvent | () | 建構函式 |
public function DRMDeviceGroupErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, errorDetail:String = "", errorCode:int = 0, subErrorID:int = 0, deviceGroup:DRMDeviceGroup = null, systemUpdateNeeded:Boolean = false, drmUpdateNeeded:Boolean = false)
參數
type:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
errorDetail:String (default = " ")
| |
errorCode:int (default = 0 )
| |
subErrorID:int (default = 0 )
| |
deviceGroup:DRMDeviceGroup (default = null )
| |
systemUpdateNeeded:Boolean (default = false )
| |
drmUpdateNeeded:Boolean (default = false )
|
方法詳細資訊
clone | () | 方法 |
toString | () | 方法 |
常數詳細資訊
ADD_TO_DEVICE_GROUP_ERROR | 常數 |
public static const ADD_TO_DEVICE_GROUP_ERROR:String = "addToDeviceGroupError"
REMOVE_FROM_DEVICE_GROUP_ERROR | 常數 |
public static const REMOVE_FROM_DEVICE_GROUP_ERROR:String = "removeFromDeviceGroupError"
Tue Jun 12 2018, 03:47 PM Z