MSConsentCallback protocol

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

Signature

@protocol MSConsentCallback <NSObject>

Methods

Name Description
consents
Implement this callback method to process user consent.

Defined in

MSConscentCallback.h

Supported Platforms

Minimum supported OS versions
iOS 7.0 and OS X 10.8

Thread Safety

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