Packagecom.aispeech.log
Classpublic class ASSDKReadyLog
InheritanceASSDKReadyLog Inheritance ASSDKLogBase Inheritance Object

Instance log when ASSDK is ready Information collected included:
         Default log of ASSDKLogBase
         logType = ASSDKLogType.INSTANCE_LOG
         logEvent = ASSDKLogEvent.ASSDK_READY
         tsASSDKInstanceReady
         microphoneStatus
         userId
     



Public Properties
 PropertyDefined By
 InheritedLOG_SERVICE_URL : String = http://log.aispeech.com/sdk-monitor/sdklog
[static]
ASSDKLogBase
  microphoneStatus : String
[write-only]
ASSDKReadyLog
  tsASSDKInstanceReady : String
[write-only]
ASSDKReadyLog
  userId : String
[write-only]
ASSDKReadyLog
Protected Properties
 PropertyDefined By
 Inherited_logObject : Object
ASSDKLogBase
Public Methods
 MethodDefined By
  
ASSDKReadyLog
 Inherited
getTimeStamp():String
[static]
ASSDKLogBase
 Inherited
send():void
ASSDKLogBase
 Inherited
toString():String
ASSDKLogBase
Protected Methods
 MethodDefined By
 Inherited
addLog(name:String, value:String):void
ASSDKLogBase
 Inherited
getLog(name:String):String
ASSDKLogBase
 Inherited
hasLog(name:String):Boolean
ASSDKLogBase
Property Detail
microphoneStatusproperty
microphoneStatus:String  [write-only]


Implementation
    public function set microphoneStatus(value:String):void
tsASSDKInstanceReadyproperty 
tsASSDKInstanceReady:String  [write-only]


Implementation
    public function set tsASSDKInstanceReady(value:String):void
userIdproperty 
userId:String  [write-only]


Implementation
    public function set userId(value:String):void
Constructor Detail
ASSDKReadyLog()Constructor
public function ASSDKReadyLog()