com.bemoko.live.platform.context
Interface LiveContext

All Known Subinterfaces:
Channel, Device, Identity, Location
All Known Implementing Classes:
LocaleContext

public interface LiveContext


Method Summary
 String get(String property)
           
 int getAsInt(String property)
           
 String getName()
           
 

Method Detail

getName

String getName()
Returns:
name of the resolved context

get

String get(String property)
Returns:
property for the resolved context

getAsInt

int getAsInt(String property)