MimicService

interface MimicService(source)

This interface should be implemented by any service related to Mimic.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val id: String

Returns the ID of the service. It should match regex [a-z0-9._-].

Link copied to clipboard
open val isEnabled: Boolean

Returns true if the service is initialized may be used. Default implementation always returns true.