ChatMessage.ShouldSuppressNotification 속성

정의

ChatMessage 수신 알림을 표시하지 않아야 하는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool ShouldSuppressNotification { bool get(); void set(bool value); };
bool ShouldSuppressNotification();

void ShouldSuppressNotification(bool value);
public bool ShouldSuppressNotification { get; set; }
var boolean = chatMessage.shouldSuppressNotification;
chatMessage.shouldSuppressNotification = boolean;
Public Property ShouldSuppressNotification As Boolean

속성 값

Boolean

bool

ChatMessage 수신 알림을 표시하지 않아야 하는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
chat chatSystem smsSend

적용 대상