AccessibilityServiceInfo.LoadSummaryFormatted(PackageManager) Method

Definition

The localized summary of the accessibility service.

[Android.Runtime.Register("loadSummary", "(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;", "GetLoadSummary_Landroid_content_pm_PackageManager_Handler", ApiSince=26)]
public virtual Java.Lang.ICharSequence? LoadSummaryFormatted (Android.Content.PM.PackageManager? packageManager);
[<Android.Runtime.Register("loadSummary", "(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;", "GetLoadSummary_Landroid_content_pm_PackageManager_Handler", ApiSince=26)>]
abstract member LoadSummaryFormatted : Android.Content.PM.PackageManager -> Java.Lang.ICharSequence
override this.LoadSummaryFormatted : Android.Content.PM.PackageManager -> Java.Lang.ICharSequence

Parameters

packageManager
PackageManager

Returns

ICharSequence

The localized summary if available, and null if a summary has not been provided.

Attributes

Remarks

Java documentation for android.accessibilityservice.AccessibilityServiceInfo.loadSummary(android.content.pm.PackageManager).

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