다음을 통해 공유


ChatMessageNotificationTriggerDetails.ShouldUpdateBadge 속성

정의

백그라운드 작업이 앱의 잠금 화면 수를 업데이트해야 하는지 여부를 나타내는 부울 값을 가져옵니다.

public:
 property bool ShouldUpdateBadge { bool get(); };
bool ShouldUpdateBadge();
public bool ShouldUpdateBadge { get; }
var boolean = chatMessageNotificationTriggerDetails.shouldUpdateBadge;
Public ReadOnly Property ShouldUpdateBadge As Boolean

속성 값

Boolean

bool

백그라운드 작업이 앱의 잠금 화면 수를 업데이트해야 하는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
chat chatSystem smsSend

적용 대상