NotificationListenerService.OnSilentStatusBarIconsVisibilityChanged Method

Definition

Implement this method to be notified when the behavior of silent notifications in the status bar changes.

[Android.Runtime.Register("onSilentStatusBarIconsVisibilityChanged", "(Z)V", "GetOnSilentStatusBarIconsVisibilityChanged_ZHandler", ApiSince=29)]
public virtual void OnSilentStatusBarIconsVisibilityChanged (bool hideSilentStatusIcons);
[<Android.Runtime.Register("onSilentStatusBarIconsVisibilityChanged", "(Z)V", "GetOnSilentStatusBarIconsVisibilityChanged_ZHandler", ApiSince=29)>]
abstract member OnSilentStatusBarIconsVisibilityChanged : bool -> unit
override this.OnSilentStatusBarIconsVisibilityChanged : bool -> unit

Parameters

hideSilentStatusIcons
Boolean

whether or not status bar icons should be hidden for silent notifications

Attributes

Remarks

Implement this method to be notified when the behavior of silent notifications in the status bar changes. See NotificationManager#shouldHideSilentStatusBarIcons().

Java documentation for android.service.notification.NotificationListenerService.onSilentStatusBarIconsVisibilityChanged(boolean).

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