Share via


IConsentCallback interface

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Interface for displaying consents. You provide the code for this callback to determine when and which consent notifications to display to the user.

Syntax

public interface class IConsentCallback : IInspectable

Members

The IConsentCallback interface inherits from IInspectable. IConsentCallback also has these types of members:

Methods

The IConsentCallback interface has these methods. It also inherits methods from the Object class.

Method Description
ConsentAsync You, the app developer, will implement this method to prompt the user for their consent.

Requirements

Minimum supported client
None supported
Minimum supported server
None supported
Minimum supported phone
Windows Phone 8.1
Namespace
Microsoft::RightsManagement
Metadata
Microsoft.RightsManagement.winmd

See also

IInspectable