Package com.naver.ads.video.player
Object PlaybackState.Companion
-
- All Implemented Interfaces:
public class PlaybackState.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PlaybackState.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static BooleanisInPlaybackState(PlaybackState state)Returns whether the given state is playback or not. -
-
Method Detail
-
isInPlaybackState
final static Boolean isInPlaybackState(PlaybackState state)
Returns whether the given state is playback or not.
- Parameters:
state- the playback state.
-
-
-
-