openTimeMs property

int? openTimeMs
final

For WebViewCallbackType.loaded: the SDK-open time in milliseconds, measured by the SDK itself from open() until the web app is loaded and its first screen is interactive. Null for other callback types. The host app does not need to time anything — just read this value.

Implementation

final int? openTimeMs;