isContentAuthorizedForPlayback
A Boolean value that indicates whether the content has been authorized by the user.
Declaration
var isContentAuthorizedForPlayback: Bool { get }Discussion
This property reports whether the user has provided the necessary credentials to the system in order for the content to be decrypted for playback.
Content authorization is independent of application authorization (see isApplicationAuthorizedForPlayback) and that both must be granted in order for an application to be allowed to play protected content.
This property is not key-value observable.