IntentService.OnHandleIntent(Intent) Method

Definition

[Android.Runtime.Register("onHandleIntent", "(Landroid/content/Intent;)V", "GetOnHandleIntent_Landroid_content_Intent_Handler")]
protected abstract void OnHandleIntent (Android.Content.Intent? intent);
[<Android.Runtime.Register("onHandleIntent", "(Landroid/content/Intent;)V", "GetOnHandleIntent_Landroid_content_Intent_Handler")>]
abstract member OnHandleIntent : Android.Content.Intent -> unit

Parameters

intent
Intent
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to