Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 5f2083f2 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Start adding reminders API

parent 9daa4db4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
package com.google.android.gms.reminders;

parcelable AccountState;
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
package com.google.android.gms.reminders;

parcelable CreateReminderOptionsInternal;
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
package com.google.android.gms.reminders;

parcelable LoadRemindersOptions;
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
package com.google.android.gms.reminders;

parcelable ReindexDueDatesOptions;
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
package com.google.android.gms.reminders;

parcelable UpdateRecurrenceOptions;
 No newline at end of file
Loading