MediaSessionService.ShowNotificationForIdlePlayerMode


@UnstableApi
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation MediaSessionService.ShowNotificationForIdlePlayerMode


The behavior for showing notifications when the Player is in STATE_IDLE.

One of SHOW_NOTIFICATION_FOR_IDLE_PLAYER_ALWAYS, SHOW_NOTIFICATION_FOR_IDLE_PLAYER_NEVER, SHOW_NOTIFICATION_FOR_IDLE_PLAYER_AFTER_STOP_OR_ERROR.

The default value is SHOW_NOTIFICATION_FOR_IDLE_PLAYER_AFTER_STOP_OR_ERROR.