Constructor Summary |
---|
WarningInfo(warningType, description)
Create warning info. |
Property Getters/Setters Summary | ||
---|---|---|
function | getDescription() | |
Get description of warning info. | ||
function | getWarningType() | |
Get warning type. The value of the property is WarningType integer constant. |
Constructor Detail |
---|
function WarningInfo(warningType, description)
warningType: Number
- A description: String
- warning descriptionProperty Getters/Setters Detail |
---|
getWarningType : Number | |
function getWarningType() |
getDescription : String | |
function getDescription() |