IgnorePolicy

enum IgnorePolicy : Enum<IgnorePolicy> , DeclarationTag

Additional policies that can be applied to components to control how the Service extension will treat them.

By default, any component whose class implements TegralService will be started and stopped when requested. Policies allow you to prevent this.

Entries

Link copied to clipboard

Components with this policy will not be started nor stopped by the Services extension.

Link copied to clipboard

Components with this policy will not be started by the Services extension, but will be stopped on demand.

Link copied to clipboard

Components with this policy will not be stopped by the Services extension, but will be started on demand.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int