I am implementing a JobScheduler to run a job for every 5 days in xamarin C#.
I tried implementing JobScheduler using the Microsoft documentation https://learn.microsoft.com/en-us/xamarin/android/platform/android-job-scheduler.
Currently, I didn't find any example of how we can schedule a job based on days. Can someone help me out with triggering a job to run every 5 days using JobScheduler in android device?