PhoneCallHistoryManagerForUser PhoneCallHistoryManagerForUser PhoneCallHistoryManagerForUser PhoneCallHistoryManagerForUser Class

Definition

Provides APIs for the application to get access to the PhoneCallHistoryStore for a specific user.

public : sealed class PhoneCallHistoryManagerForUser : IPhoneCallHistoryManagerForUserpublic sealed class PhoneCallHistoryManagerForUser : IPhoneCallHistoryManagerForUserPublic NotInheritable Class PhoneCallHistoryManagerForUser Implements IPhoneCallHistoryManagerForUser// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

User User User User

Gets the user of an app.

public : User User { get; }public User User { get; }Public ReadOnly Property User As User// You can use this property in JavaScript.
Value
User User User User

The user object that enables you to retrieve a PhoneCallHistoryStore for a specific user of an app.

Methods

RequestStoreAsync(PhoneCallHistoryStoreAccessType) RequestStoreAsync(PhoneCallHistoryStoreAccessType) RequestStoreAsync(PhoneCallHistoryStoreAccessType) RequestStoreAsync(PhoneCallHistoryStoreAccessType)

Requests the PhoneCallHistoryStore associated with the associated user and the calling application.

public : IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType)public IAsyncOperation<PhoneCallHistoryStore> RequestStoreAsync(PhoneCallHistoryStoreAccessType accessType)Public Function RequestStoreAsync(accessType As PhoneCallHistoryStoreAccessType) As IAsyncOperation( Of PhoneCallHistoryStore )// You can use this method in JavaScript.
Parameters
Returns