Service

data class Service(val uuid: Uuid) : Filter
PlatformSupportedDetails
AndroidYesSupported natively
AppleYes1Supported natively if the only filter type used, otherwise provided by Kable via flow filter
JavaScriptYesSupported natively

1: The recommended practice is to provide only service filters on Apple platform. If any filters other than Filter.Service are used on Apple platform, then filtering will not be performed natively.

Constructors

Link copied to clipboard
constructor(uuid: Uuid)

Properties

Link copied to clipboard
val uuid: Uuid