Static variables

staticread onlyconnected:Bool

staticread onlyspanMarker:Float

Static methods

staticregisterCommandHandler(commandName:String, handler:Dynamic):Bool

staticsendMetric(metric:String, value:Dynamic):Void

staticsendSpanMetric(metric:String, startMarker:Float):Void

Inherited Variables

Inherited Methods

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void