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
content |
The content URL that is requested to be loaded |
entity |
The entity that is requested to be loaded |
Property Details
contentUrl
The content URL that is requested to be loaded
contentUrl: URL
Property Value
URL
entityId
The entity that is requested to be loaded
entityId: string
Property Value
string