C# Class ExpansionDownloader.Service.DownloaderService.InnerBroadcastReceiver

We use this to track network state, such as when WiFi, Cellular, etc. is enabled when downloads are paused or in progress.
Inheritance: BroadcastReceiver
ファイルを表示 Open project: mattleibow/Android.Play.ExpansionLibrary

Public Methods

Method Description
OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void

The on receive.

Private Methods

Method Description
InnerBroadcastReceiver ( DownloaderService service ) : System

Initializes a new instance of the InnerBroadcastReceiver class.

Method Details

OnReceive() public method

The on receive.
public OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void
context Android.Content.Context /// The context. ///
intent Android.Content.Intent /// The intent. ///
return void