JWPlayerKitLicense

@objcMembers
public class JWPlayerKitLicense : NSObject

JWPlayerKitLicense is a static interface into our SDK for accomplishing basic tasks outside of a JWPlayer instance.

  • Sets the license key associated with the SDK. All JWPlayer instances will use this key for authentication.

    Declaration

    Swift

    public static func setLicenseKey(_ clientKey: String)