Package-level declarations

Types

Link copied to clipboard
abstract class OpenInAppAction(val appName: UiText, val packageName: String, intentClass: String? = null, action: String = Intent.ACTION_VIEW) : VideoClickAction
Link copied to clipboard
abstract class VideoClickAction
Link copied to clipboard

Functions

Link copied to clipboard
fun makeTempM3U8Intent(context: Context, intent: Intent, result: LinkLoadingResult)

Util method that may be helpful for creating intents for apps that support m3u8 files. All sources are written to a temporary m3u8 file, which is then sent to the app.

Link copied to clipboard
fun updateDurationAndPosition(position: Long, duration: Long)