Android.App.ActivityManager.GetRunningServiceControlPanel Method
Returns a PendingIntent you can start to show a control panel for the given running service.

Syntax

[Android.Runtime.Register("getRunningServiceControlPanel", "(Landroid/content/ComponentName;)Landroid/app/PendingIntent;", "GetGetRunningServiceControlPanel_Landroid_content_ComponentName_Handler")]
public virtual PendingIntent GetRunningServiceControlPanel (Android.Content.ComponentName service)

Parameters

service
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.SecurityException

Remarks

Returns a PendingIntent you can start to show a control panel for the given running service. If the service does not have a control panel, null is returned.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5