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