Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PhoneCallHistoryStore Class
Definition
- Namespace:
- Windows.ApplicationModel.Calls
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
| Requirements | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |
Applies to
Feedback
Was this page helpful?
