Interface ContentProtectionIntegrationFactory

Factory pattern to create ContentProtectionIntegrations.

interface ContentProtectionIntegrationFactory {
    build(configuration): ContentProtectionIntegration;
}

Methods

Methods

Generated using TypeDoc