isComplete

fun isComplete(): Boolean

Checks whether the video playback is complete.

Ensure the player is valid before calling this method, otherwise it will throw an IllegalStateException.

Return

true if the video is complete; false otherwise.