YouTubePlayer.PlaylistEventListener
Stay organized with collections
Save and categorize content based on your preferences.
com.google.android.youtube.player.YouTubePlayer.PlaylistEventListener |
개요
재생목록과 관련된 이벤트가 발생하면 호출되는 콜백에 대한 인터페이스 정의입니다.
요약
공개 메소드 |
abstract
void
|
onNext()
플레이어가 재생목록의 다음 동영상 로드를 시작하기 전에 호출됩니다.
|
abstract
void
|
onPlaylistEnded()
재생목록의 마지막 동영상이 종료될 때 호출됩니다.
|
abstract
void
|
onPrevious()
플레이어가 재생목록의 이전 동영상 로드를 시작하기 전에 호출됩니다.
|
공개 메소드
public
abstract
void
onNext
()
플레이어가 재생목록의 다음 동영상 로드를 시작하기 전에 호출됩니다.
public
abstract
void
onPlaylistEnded
()
재생목록의 마지막 동영상이 종료될 때 호출됩니다.
public
abstract
void
onPrevious
()
플레이어가 재생목록의 이전 동영상 로드를 시작하기 전에 호출됩니다.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-11-04 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Translation issue"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]