Interface DistributionOfflineEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event,com.theoplayer.android.api.event.player.theolive.TheoLiveEvent
public interface DistributionOfflineEvent implements TheoLiveEvent<DistributionOfflineEvent>
Fired when @see TheoLiveEventTypes.DISTRIBUTIONOFFLINE occurs for the @see Player.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDistributionId()The new distribution of the player. -
-
Method Detail
-
getDistributionId
abstract String getDistributionId()
The new distribution of the player.
- Returns:
distribution id
-
-
-
-