Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return the last value given to BroadcastReceiver.DebugUnregister.
Set method documentation [Android Documentation]
Control inclusion of debugging help for mismatched
calls to Context.RegisterReceiver(BroadcastReceiver, Android.Content.IntentFilter).
If called with true, before given to registerReceiver(), then the
callstack of the following Context.UnregisterReceiver(BroadcastReceiver) call is retained, to be printed if a later
incorrect unregister call is made. Note that doing this requires retaining
information about the BroadcastReceiver for the lifetime of the app,
resulting in a leak -- this should only be used for debugging.