MSCommonRights Class

Rights that are supported by all apps.

Signature

@interface MSCommonRights : NSObject

Methods

Name Description
+(NSString) owner;
Specifies a right that represents content ownership. This right grants full control over the protected content.
+(NSString) view;
Specifies a right that allows viewing of protected content.

Defined in

MSRight.h

Supported Platforms

Minimum supported OS versions
iOS 7.0 and OS X 10.8

Remarks

For more information about the built-in rights and the usage restrictions associated with them that apps should observe, see Built-in Rights Usage Restriction Reference.

Thread Safety

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