bluetooth
Toggle table of contents
2.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
bluetooth
bluetooth
/
pl.efento.mobile.bluetooth.model.sensor
/
RuleCalendar
Rule
Calendar
data
class
RuleCalendar
(
val
id
:
Int
,
val
selectedRules
:
Set
<
Int
>
,
val
type
:
RuleCalendar.Type
)
Rule calendar is used for enabling/disabling rules based on date/time.
Members
Constructors
Rule
Calendar
Link copied to clipboard
constructor
(
id
:
Int
,
selectedRules
:
Set
<
Int
>
,
type
:
RuleCalendar.Type
)
Types
Type
Link copied to clipboard
sealed
interface
Type
Properties
id
Link copied to clipboard
val
id
:
Int
selected
Rules
Link copied to clipboard
val
selectedRules
:
Set
<
Int
>
type
Link copied to clipboard
val
type
:
RuleCalendar.Type