C# 클래스 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.
상속: BroadcastReceiver
파일 보기 프로젝트 열기: mattleibow/Android.Play.ExpansionLibrary

공개 메소드들

메소드 설명
OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void

The on receive.

비공개 메소드들

메소드 설명
InnerBroadcastReceiver ( DownloaderService service ) : System

Initializes a new instance of the InnerBroadcastReceiver class.

메소드 상세

OnReceive() 공개 메소드

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. ///
리턴 void