Endpoints
| Method | Description | 
|---|---|
| .getContainerViewable() | Returns the viewability of the player container | 
| .getContainerPercentViewable() | Returns the percent viewability of the player container | 
| .getPercentViewable() | Returns a number between 0and1that represents the visible percentage of the playerIf the player is completely out of the viewport or if it is in an inactive tab, 0is returned. | 
| .getViewable() | Returns 1if 50% of the player is in view and is in the active tabIf the viewability of the player it is below 50% or is in an inactive tab, 0is returned. | 
Events
| Method | Description | 
|---|---|
| .on('containerViewable') | Event fired denoting the viewability of the player container | 
| .on('viewable') | Event fired denoting the viewability of the player | 
