com.bemoko.live.platform.context.channel
Interface Channel

All Superinterfaces:
LiveContext

public interface Channel
extends LiveContext


Field Summary
static String CHANNEL_TYPE_SMS
           
 
Method Summary
 String getEndPoint()
          The end point of the channel, e.g.
 String getType()
           
 
Methods inherited from interface com.bemoko.live.platform.context.LiveContext
get, getAsInt, getName
 

Field Detail

CHANNEL_TYPE_SMS

static final String CHANNEL_TYPE_SMS
See Also:
Constant Field Values
Method Detail

getType

String getType()

getEndPoint

String getEndPoint()
The end point of the channel, e.g. the URL of the live service, or the number the SMS was sent to. Effectively this is the point where the user connected to the live service.