-
@RestrictTo(value = Scope.LIBRARY) public class CTInboxBaseMessageViewHolder extends RecyclerView.ViewHolder
-
-
Method Summary
Modifier and Type Method Description booleanaddMediaPlayer(float currentVolume, Function0<Float> muteClick, Function3<String, Boolean, Boolean, Void> playMedia, View videoSurfaceView)booleanneedsMediaPlayer()voidplayerBuffering()voidplayerReady()voidplayerRemoved()booleanshouldAutoPlay()-
Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder
getAbsoluteAdapterPosition, getAdapterPosition, getBindingAdapter, getBindingAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, isRecyclable, setIsRecyclable, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
addMediaPlayer
boolean addMediaPlayer(float currentVolume, Function0<Float> muteClick, Function3<String, Boolean, Boolean, Void> playMedia, View videoSurfaceView)
-
needsMediaPlayer
boolean needsMediaPlayer()
-
playerBuffering
void playerBuffering()
-
playerReady
void playerReady()
-
playerRemoved
void playerRemoved()
-
shouldAutoPlay
boolean shouldAutoPlay()
-
-
-
-