enum class SxOnEndBehaviour
Defines the behaviour when the advertisement and all separator clips have finished playback.
| NOTHING | Do nothing. Mostly used for instream usecase. | 
| COLLAPSE | Collapse the view. Mostly used for outstream usecase. | 
| REPEAT_BUTTON | Show a button with a repeat icon to allow the user to repeat the advertisement. No tracker events, except click through, are fired. The repeat button drawable is defined in SxConfiguration.repeatButtonStyle. |