StorylyExternalView

abstract class StorylyExternalView @JvmOverloads() constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int) : FrameLayout

This abstract class represents an external view that can be opened on stories

Constructors

StorylyExternalView
Link copied to clipboard
fun StorylyExternalView(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0)

Functions

destroy
Link copied to clipboard
abstract fun destroy()
getDuration
Link copied to clipboard
abstract fun getDuration(): Long
getIcon
Link copied to clipboard
abstract fun getIcon(): Uri
getTitle
Link copied to clipboard
abstract fun getTitle(): String
load
Link copied to clipboard
abstract fun load()
pause
Link copied to clipboard
abstract fun pause()
redirect
Link copied to clipboard
abstract fun redirect()
reset
Link copied to clipboard
abstract fun reset()
resume
Link copied to clipboard
abstract fun resume()
destroy
Link copied to clipboard
abstract fun destroy()