Compartilhar via


HostToAppPerformanceMetrics interface

Meant for passing data to the app related to host-to-app message performance metrics.

Properties

actionName

The name of the action the host is responding to.

messageDelay

The delay the message took traveling from host to app

requestStartedAt

The time when the request was dispatched

Property Details

actionName

The name of the action the host is responding to.

actionName: string

Property Value

string

messageDelay

The delay the message took traveling from host to app

messageDelay: number

Property Value

number

requestStartedAt

The time when the request was dispatched

requestStartedAt: number

Property Value

number