public class

BroadcastActivity

implements BroadcastListener
io.kickflip.sdk.activity.BroadcastActivity

Class Overview

BroadcastActivity manages a single live broadcast. It's a thin wrapper around BroadcastFragment

Summary

Public Constructors
BroadcastActivity()
Public Methods
void onBackPressed()
void onBroadcastError(KickflipException error)
An error occurred.
void onBroadcastLive(Stream stream)
The broadcast is fully buffered and available.
void onBroadcastStart()
The broadcast has started, and is currently buffering.
void onBroadcastStop()
The broadcast has ended.
void onStop()
Protected Methods
void onCreate(Bundle savedInstanceState)
[Expand]
Inherited Methods
From interface io.kickflip.sdk.av.BroadcastListener

Public Constructors

public BroadcastActivity ()

Public Methods

public void onBackPressed ()

public void onBroadcastError (KickflipException error)

An error occurred.

public void onBroadcastLive (Stream stream)

The broadcast is fully buffered and available. This is a good time to share the broadcast.

Parameters
stream the Stream representing this broadcast.

public void onBroadcastStart ()

The broadcast has started, and is currently buffering.

public void onBroadcastStop ()

The broadcast has ended.

public void onStop ()

Protected Methods

protected void onCreate (Bundle savedInstanceState)