Search code examples
androidandroid-youtube-api

Youtube player overlay listener


I want to add sound notification when youtube player overlay appears. Is it possible to detect when android youtube player overlay appears or dissapiears?


Solution

  • Did not found a propper listener, so I listen to action bar insted. If activity style hav property <item name="android:windowActionBarOverlay">true</item> The actionBar will appear when overlay appear and dissapiear in save time. However It works only for fullscreen mode