Classes
The following classes are available globally.
-
Holds slider configuration values.
See moreDeclaration
Swift
public class SliderConfig: ElementConfig
-
Holds player configuration values.
See moreDeclaration
Swift
public class MobilePlayerConfig
-
Holds label configuration values.
See moreDeclaration
Swift
public class LabelConfig: ElementConfig
-
Holds toggle button configuration values.
See moreDeclaration
Swift
public class ToggleButtonConfig: ElementConfig
-
A view controller used for presenting views on top of player content. Meant to be subclassed.
See moreDeclaration
Swift
public class MobilePlayerOverlayViewController: UIViewController
-
Holds watermark configuration values.
See moreDeclaration
Swift
public class WatermarkConfig
-
A view controller for playing media content.
See moreDeclaration
Swift
public class MobilePlayerViewController: MPMoviePlayerViewController
-
Holds button configuration values.
See moreDeclaration
Swift
public class ButtonConfig: ElementConfig
-
Holds basic element configuration values.
See moreDeclaration
Swift
public class ElementConfig