Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
TraceEventListener
TraceEventListener
interface TraceEventListener {
filter: string;
on(object: Object, name: string, data?: any): void;
}
An interface used to trace information about specific event.
Summary
Properties
filter
defined in @nativescript/core/trace/index.d.ts:12:1
Methods
on
defined in @nativescript/core/trace/index.d.ts:13:1
Parameter | Default | Description |
object |
| Object |
name |
| string |
data |
| any |
Returns void
- Previous
- TraceErrorHandler
- Next
- TraceWriter