ClearCreationOptionsRequest


class ClearCreationOptionsRequest


A request to clear the creation options stored for your app, which were registered using the RegistryManager.registerCreationOptions API.

Summary

Nested types

Configures how to clear the creation options for a given type.

Public properties

ClearCreationOptionsRequest.PerTypeConfig?

an option to clear the creation options for a given type matching the RegisterCreationOptionsRequest.type provided during the RegistryManager.registerCreationOptions call

Boolean

whether to delete all creation options for your app

Public constructors

ClearCreationOptionsRequest

Added in 1.0.0-alpha04
ClearCreationOptionsRequest(
    deletePerTypeConfig: ClearCreationOptionsRequest.PerTypeConfig
)

Constructs a ClearCreationOptionsRequest

Parameters
deletePerTypeConfig: ClearCreationOptionsRequest.PerTypeConfig

an option to clear the creation options for a given type matching the RegisterCreationOptionsRequest.type provided during the RegistryManager.registerCreationOptions call

ClearCreationOptionsRequest

Added in 1.0.0-alpha04
ClearCreationOptionsRequest(isDeleteAll: Boolean)

Constructs a ClearCreationOptionsRequest

Parameters
isDeleteAll: Boolean

whether to delete all creation options for your app

Public properties

deletePerTypeConfig

Added in 1.0.0-alpha04
val deletePerTypeConfigClearCreationOptionsRequest.PerTypeConfig?

an option to clear the creation options for a given type matching the RegisterCreationOptionsRequest.type provided during the RegistryManager.registerCreationOptions call

isDeleteAll

Added in 1.0.0-alpha04
val isDeleteAllBoolean

whether to delete all creation options for your app