Android Studio Sign in

ActionSchedule.PlayerRunnable


public abstract class ActionSchedule.PlayerRunnable implements Runnable


Provides a wrapper for a Runnable which has access to the player. Can be used with executeRunnable.

Summary

Public constructors

Public methods

final void
run()
abstract void
run(ExoPlayer player)

Executes Runnable with reference to player.

Public constructors

PlayerRunnable

public PlayerRunnable()

Public methods

run

public final void run()

run

public abstract void run(ExoPlayer player)

Executes Runnable with reference to player.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.