- myContext
- The Context that had been passed to BroadcastReceiver.OnReceive(Context, Android.Content.Intent)
- service
- The Intent indicating the service you wish to use. See Context.StartService(Intent) for more information.
Documentation for this section has not yet been entered.
Provide a binder to an already-running service. This method is synchronous and will not start the target service if it is not present, so it is safe to call from BroadcastReceiver.OnReceive(Context, Android.Content.Intent).