ConsentCallback interface

Interface for managing consent. Your application should implement this interface's method and pass it to the Rights Management SDK 4.2 APIs that perform consent.

Signature

public interface ConsentCallback

Methods

Name Description
consents
Callback provided by SDK to get back user's consent preference results

Defined in

ConsentCallback.java

Supported Platforms

Minimum supported OS version
Android 4.0.3 (API level 15)

Package

com.microsoft.rightsmanagement

Thread Safety

Members of this class are not guaranteed to be thread safe.

See also

ConsentCallback consents method