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
Afficher le fichier Open project: mattleibow/Android.Play.ExpansionLibrary

Méthodes publiques

Méthode Description
OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void

The on receive.

Private Methods

Méthode Description
InnerBroadcastReceiver ( DownloaderService service ) : System

Initializes a new instance of the InnerBroadcastReceiver class.

Method Details

OnReceive() public méthode

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. ///
Résultat void