包 | flash.events |
类 | public class DRMAuthenticationErrorEvent |
继承 | DRMAuthenticationErrorEvent ErrorEvent TextEvent Event Object |
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.5, Flash Player 10.1 |
authenticate()
方法失败时,DRMManager 将调度 DRMAuthenticationErrorEvent 对象。
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
bubbles : Boolean [只读]
表示事件是否为冒泡事件。 | Event | ||
cancelable : Boolean [只读]
表示是否可以阻止与事件相关联的行为。 | Event | ||
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
currentTarget : Object [只读]
当前正在使用某个事件侦听器处理 Event 对象的对象。 | Event | ||
domain : String
媒体权限服务器的内容域。 | DRMAuthenticationErrorEvent | ||
errorID : int [只读]
包含与特定错误相关联的引用数字。 | ErrorEvent | ||
eventPhase : uint [只读]
事件流中的当前阶段。 | Event | ||
serverURL : String
拒绝身份验证尝试的媒体权限服务器的 URL。 | DRMAuthenticationErrorEvent | ||
subErrorID : int
更详细的错误代码。 | DRMAuthenticationErrorEvent | ||
target : Object [只读]
事件目标。 | Event | ||
text : String
在 textInput 事件中,由用户输入的字符或字符序列。 | TextEvent | ||
type : String [只读]
事件的类型。 | Event |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
DRMAuthenticationErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, inDetail:String = "", inErrorID:int = 0, inSubErrorID:int = 0, inServerURL:String = null, inDomain:String = null)
创建 DRMAuthenticationErrorEvent 对象的新实例。 | DRMAuthenticationErrorEvent | ||
[覆盖]
创建 ErrorEvent 对象的副本,并设置每个属性的值以匹配原始属性值。 | DRMAuthenticationErrorEvent | ||
用于在自定义 ActionScript 3.0 Event 类中实现 toString() 方法的实用程序函数。 | Event | ||
表示对象是否已经定义了指定的属性。 | Object | ||
检查是否已对事件调用 preventDefault() 方法。 | Event | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
如果可以取消事件的默认行为,则取消该行为。 | Event | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
设置循环操作动态属性的可用性。 | Object | ||
防止对事件流中当前节点中和所有后续节点中的事件侦听器进行处理。 | Event | ||
防止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。 | Event | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
[覆盖]
返回一个字符串,其中包含 ErrorEvent 对象的所有属性。 | ErrorEvent | ||
返回指定对象的原始值。 | Object |
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
AUTHENTICATION_ERROR : String = "authenticationError" [静态]
添加和删除事件侦听器时 type 参数中对于身份验证错误事件使用的字符串常量。 | DRMAuthenticationErrorEvent |
属性详细信息
domain | 属性 |
serverURL | 属性 |
subErrorID | 属性 |
构造函数详细信息
DRMAuthenticationErrorEvent | () | 构造函数 |
public function DRMAuthenticationErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, inDetail:String = "", inErrorID:int = 0, inSubErrorID:int = 0, inServerURL:String = null, inDomain:String = null)
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.5, Flash Player 10.1 |
创建 DRMAuthenticationErrorEvent 对象的新实例。
参数type:String — 事件类型字符串
| |
bubbles:Boolean (default = false ) — 事件是否沿显示列表向上冒泡
| |
cancelable:Boolean (default = false ) — 是否可以取消事件
| |
inDetail:String (default = " ") — 错误描述
| |
inErrorID:int (default = 0 ) — 常规错误类型的 ID
| |
inSubErrorID:int (default = 0 ) — 表示其类型中特定错误的 ID
| |
inServerURL:String (default = null ) — 所登录服务器的 URL
| |
inDomain:String (default = null ) — 所登录服务器上经过身份验证的域
|
方法详细信息
clone | () | 方法 |
常量详细信息
AUTHENTICATION_ERROR | 常量 |
public static const AUTHENTICATION_ERROR:String = "authenticationError"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.5, Flash Player 10.1 |
添加和删除事件侦听器时 type 参数中对于身份验证错误事件使用的字符串常量。
Tue Jun 12 2018, 11:04 AM Z