CustomAttributes
@objc(THEOplayerCustomAttributes)
public class CustomAttributes : NSObject, CodableAn array of CustomAttribute objects for the dateRangeCue.
- 
                  
                  The Double value from the CustomAttribute list. DeclarationSwift public func getDouble(for key: String) throws -> Double?
- 
                  
                  The String value from the CustomAttribute list. DeclarationSwift public func getString(for key: String) throws -> String?
- 
                  
                  The byte buffer from the CustomAttribute list. DeclarationSwift public func getBytes(for key: String) throws -> Data?
- 
                  
                  The CustomAttribute list as a dictionary. DeclarationSwift @objc public func getAttributesAsDictionary() -> [String : CustomAttribute]
 CustomAttributes Class Reference
      CustomAttributes Class Reference