Android.Content.PM.PackageManager.QueryIntentServices Method
Retrieve all services that can match the given intent.

Syntax

[Android.Runtime.Register("queryIntentServices", "(Landroid/content/Intent;I)Ljava/util/List;", "GetQueryIntentServices_Landroid_content_Intent_IHandler")]
public abstract IList<ResolveInfo> QueryIntentServices (Android.Content.Intent intent, [Android.Runtime.GeneratedEnum] PackageInfoFlags flags)

Parameters

intent
The desired intent as per resolveService().
flags
Additional option flags.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve all services that can match the given intent.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1