PhoneCallHistoryStore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of phone call history entries.
public ref class PhoneCallHistoryStore sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneCallHistoryStore final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhoneCallHistoryStore
Public NotInheritable Class PhoneCallHistoryStore
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|
Methods
DeleteEntriesAsync(IIterable<PhoneCallHistoryEntry>) |
Deletes entries in the store. |
DeleteEntryAsync(PhoneCallHistoryEntry) |
Delete an entry from the store. |
GetEntryAsync(String) |
Gets an entry from the store based on the entry id. |
GetEntryReader() |
Retrieves a default phone call history entry that reads all entries. |
GetEntryReader(PhoneCallHistoryEntryQueryOptions) |
Retrieves an entry reader based on provided filters. |
GetSourcesUnseenCountAsync(IIterable<String>) |
Gets the number of unseen log entries for the provided sources. |
GetUnseenCountAsync() |
Gets the number of unseen entries. |
MarkAllAsSeenAsync() |
Update all the entries to indicate they have all been seen by the user. |
MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry>) |
Updates entries to indicate they have been seen by the user. |
MarkEntryAsSeenAsync(PhoneCallHistoryEntry) |
Updates an entry to indicate it has been seen. |
MarkSourcesAsSeenAsync(IIterable<String>) |
Marks all entries from the specified sources as seen. |
SaveEntryAsync(PhoneCallHistoryEntry) |
Saves an entry to the store. |