BarcodeDisplayServer.HttpListenerBootReceiver.OnReceive C# (CSharp) Метод

OnReceive() публичный Метод

public OnReceive ( Android.Content.Context context, Android.Content.Intent intent ) : void
context Android.Content.Context
intent Android.Content.Intent
Результат void
        public override void OnReceive (Context context, Intent intent)
        {
            context.StartService (new Intent (context, typeof (HttpListenerService)));
        }
    }
HttpListenerBootReceiver