ApplicationRestoreConfiguration
Specifies the method and snapshot to use when restarting an application using previously saved application state.
Types
Properties
Link copied to clipboard
Specifies how the application should be restored.
Link copied to clipboard
The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT
is specified for the ApplicationRestoreType
.
Functions
Link copied to clipboard
inline fun copy(block: ApplicationRestoreConfiguration.Builder.() -> Unit = {}): ApplicationRestoreConfiguration