Menstrual Cycle
Sets the menstrual cycle reminder
_blePlugin.sendMenstrualCycle(MenstrualCycleBean info);
Parameter Description :
MenstrualCycleBean:
value | value type | value description |
---|---|---|
physiologcalPeriod | int | Menstrual cycle (unit: day)1 |
menstrualPeriod | int | Menstrual period (unit: day) |
startDate | String | menstrual cycle start time |
menstrualReminder | bool | Menstrual start reminder time (the day before the menstrual cycle reminder) |
ovulationReminder | bool | Ovulation reminder (a reminder the day before ovulation) |
ovulationDayReminder | bool | Ovulation Day Reminder (Reminder the day before ovulation) |
ovulationEndReminder | bool | Reminder when ovulation is over (a reminder the day before the end of ovulation) |
reminderHour | int | Reminder time (hours, 24 hours) |
reminderMinute | int | Reminder time (minutes) |
Gets the menstrual cycle reminder
MenstrualCycleBean info = await _blePlugin.queryMenstrualCycle;