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