ResumeContext interface

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Data structure to be used with the app.lifecycle.registerOnResumeHandler(handler: (context: ResumeContext) => void): void to pass the context to the app.

Properties

contentUrl

The content URL that is requested to be loaded

entityId

The entity that is requested to be loaded

Property Details

contentUrl

The content URL that is requested to be loaded

contentUrl: string

Property Value

string

entityId

The entity that is requested to be loaded

entityId: string

Property Value

string