다음을 통해 공유


NotificationManager.AreBubblesEnabled 메서드

정의

현재 사용자의 기능 수준에서 거품을 사용할 수 있는지 여부를 반환합니다.

[Android.Runtime.Register("areBubblesEnabled", "()Z", "GetAreBubblesEnabledHandler", ApiSince=31)]
public virtual bool AreBubblesEnabled ();
[<Android.Runtime.Register("areBubblesEnabled", "()Z", "GetAreBubblesEnabledHandler", ApiSince=31)>]
abstract member AreBubblesEnabled : unit -> bool
override this.AreBubblesEnabled : unit -> bool

반환

특성

설명

현재 사용자의 기능 수준에서 거품을 사용할 수 있는지 여부를 반환합니다. 사용하도록 설정하면 거품을 발생시킬 수 있는 알림에 사용자가 거품을 발생시킬 수 있는 어포던스가 표시됩니다.

에 대한 android.app.NotificationManager.areBubblesEnabled()Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상