PhoneCallHistoryManager
PhoneCallHistoryManager
PhoneCallHistoryManager
PhoneCallHistoryManager
Class
Definition
Provides APIs for the application to get access to the PhoneCallHistoryStore.
public : static class PhoneCallHistoryManagerpublic static class PhoneCallHistoryManagerPublic Static Class PhoneCallHistoryManager// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Methods
GetForUser(User) GetForUser(User) GetForUser(User) GetForUser(User)
Gets the PhoneCallHistoryManagerForUser object for a specific user which provides access to the PhoneCallHistoryStore for a specific user.
public : static PhoneCallHistoryManagerForUser GetForUser(User user)public static PhoneCallHistoryManagerForUser GetForUser(User user)Public Static Function GetForUser(user As User) As PhoneCallHistoryManagerForUser// You can use this method in JavaScript.
Parameters
Returns
PhoneCallHistoryManagerForUser
PhoneCallHistoryManagerForUser
PhoneCallHistoryManagerForUser
PhoneCallHistoryManagerForUser
The PhoneCallHistoryManagerForUser object that enables you to gain access to the PhoneCallHistoryStore object.
Additional features and requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
RequestStoreAsync(PhoneCallHistoryStoreAccessType) RequestStoreAsync(PhoneCallHistoryStoreAccessType) RequestStoreAsync(PhoneCallHistoryStoreAccessType) RequestStoreAsync(PhoneCallHistoryStoreAccessType)
Requests the PhoneCallHistoryStore associated with the calling application.
public : static IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType)public static IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType)Public Static Function RequestStoreAsync(accessType As PhoneCallHistoryStoreAccessType) As IAsyncOperation( Of PhoneCallHistoryStore )// You can use this method in JavaScript.
Parameters
- accessType
- PhoneCallHistoryStoreAccessType PhoneCallHistoryStoreAccessType PhoneCallHistoryStoreAccessType PhoneCallHistoryStoreAccessType
The type of access requested for the PhoneCallHistoryStore object.
Returns
IAsyncOperation<PhoneCallHistoryStore>
IAsyncOperation<PhoneCallHistoryStore>
IAsyncOperation<PhoneCallHistoryStore>
IAsyncOperation<PhoneCallHistoryStore>
An asynchronous operation that returns a PhoneCallHistoryStore object on successful completion.