다음을 통해 공유


ChatMessageNotificationTriggerDetails.ShouldDisplayToast 속성

정의

백그라운드 작업이 메시지에 대한 알림 메시지를 실행해야 하는지 여부를 나타내는 부울 값을 가져옵니다.

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

속성 값

Boolean

bool

백그라운드 작업이 메시지에 대한 알림 메시지를 실행해야 하는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
chat chatSystem smsSend

적용 대상