-
- All Implemented Interfaces:
public interface VerizonMediaResponseDrm
-
-
Method Summary
Modifier and Type Method Description abstract StringgetFairplayCertificateUrl()The Fairplay certificate URL. abstract StringgetWidevineLicenseUrl()The Widevine certificate URL. abstract StringgetPlayreadyLicenseUrl()The PlayReady certificate URL. -
-
Method Detail
-
getFairplayCertificateUrl
@Nullable() abstract String getFairplayCertificateUrl()
The Fairplay certificate URL. (Nullable)
-
getWidevineLicenseUrl
@Nullable() abstract String getWidevineLicenseUrl()
The Widevine certificate URL. (Nullable)
Example:
- 'https://content.uplynk.com/wv'
-
getPlayreadyLicenseUrl
@Nullable() abstract String getPlayreadyLicenseUrl()
The PlayReady certificate URL. (Nullable)
Example:
- 'https://content.uplynk.com/pr'
-
-
-
-