ChatSyncConfiguration ChatSyncConfiguration ChatSyncConfiguration ChatSyncConfiguration Class

Definition

The chat messages sync configurations.

public : sealed class ChatSyncConfiguration : IChatSyncConfigurationpublic sealed class ChatSyncConfiguration : IChatSyncConfigurationPublic NotInheritable Class ChatSyncConfiguration Implements IChatSyncConfiguration// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

IsSyncEnabled IsSyncEnabled IsSyncEnabled IsSyncEnabled

Gets or sets a boolean that indicates whether sync is enabled.

public : PlatForm::Boolean IsSyncEnabled { get; set; }public bool IsSyncEnabled { get; set; }Public ReadWrite Property IsSyncEnabled As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

The boolean that indicates whether sync is enabled.

RestoreHistorySpan RestoreHistorySpan RestoreHistorySpan RestoreHistorySpan

Gets or sets the time span for which messages will be restored.

public : ChatRestoreHistorySpan RestoreHistorySpan { get; set; }public ChatRestoreHistorySpan RestoreHistorySpan { get; set; }Public ReadWrite Property RestoreHistorySpan As ChatRestoreHistorySpan// You can use this property in JavaScript.
Value
ChatRestoreHistorySpan ChatRestoreHistorySpan ChatRestoreHistorySpan ChatRestoreHistorySpan

The time span for which messages will be restored.