NotificationListenerService.OnSilentStatusBarIconsVisibilityChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
.
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.