toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.shortvideo.player
/
EasyVideoCallback
Easy
Video
Callback
public
interface
EasyVideoCallback
Author
Aidan Follestad (afollestad)
Members
Functions
on
Buffering
Link copied to clipboard
public
abstract
void
onBuffering
(
int percent
)
on
Close
Link copied to clipboard
public
abstract
void
onClose
(
)
on
Completion
Link copied to clipboard
public
abstract
void
onCompletion
(
EasyVideoPlayer player
)
on
Error
Link copied to clipboard
public
abstract
void
onError
(
EasyVideoPlayer player
,
Exception
e
)
on
Paused
Link copied to clipboard
public
abstract
void
onPaused
(
EasyVideoPlayer player
)
on
Play
Error
Link copied to clipboard
public
void
onPlayError
(
Uri source
,
int what
,
int extra
)
on
Prepared
Link copied to clipboard
public
abstract
void
onPrepared
(
EasyVideoPlayer player
)
on
Preparing
Link copied to clipboard
public
abstract
void
onPreparing
(
EasyVideoPlayer player
)
on
Sight
List
Request
Link copied to clipboard
public
abstract
void
onSightListRequest
(
)
on
Started
Link copied to clipboard
public
abstract
void
onStarted
(
EasyVideoPlayer player
)