webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
org.appspot.apprtc.ConnectActivity Class Reference
Inheritance diagram for org.appspot.apprtc.ConnectActivity:

Public Member Functions

void onCreate (Bundle savedInstanceState)
 
boolean onCreateOptionsMenu (Menu menu)
 
void onCreateContextMenu (ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo)
 
boolean onContextItemSelected (MenuItem item)
 
boolean onOptionsItemSelected (MenuItem item)
 
void onPause ()
 
void onResume ()
 

Protected Member Functions

void onActivityResult (int requestCode, int resultCode, Intent data)
 

Detailed Description

Handles the initial setup where the user selects which room to join.

Member Function Documentation

◆ onActivityResult()

void org.appspot.apprtc.ConnectActivity.onActivityResult ( int  requestCode,
int  resultCode,
Intent  data 
)
inlineprotected

◆ onContextItemSelected()

boolean org.appspot.apprtc.ConnectActivity.onContextItemSelected ( MenuItem  item)
inline

◆ onCreate()

void org.appspot.apprtc.ConnectActivity.onCreate ( Bundle  savedInstanceState)
inline

◆ onCreateContextMenu()

void org.appspot.apprtc.ConnectActivity.onCreateContextMenu ( ContextMenu  menu,
View  v,
ContextMenu.ContextMenuInfo  menuInfo 
)
inline

◆ onCreateOptionsMenu()

boolean org.appspot.apprtc.ConnectActivity.onCreateOptionsMenu ( Menu  menu)
inline

◆ onOptionsItemSelected()

boolean org.appspot.apprtc.ConnectActivity.onOptionsItemSelected ( MenuItem  item)
inline

◆ onPause()

void org.appspot.apprtc.ConnectActivity.onPause ( )
inline

◆ onResume()

void org.appspot.apprtc.ConnectActivity.onResume ( )
inline

The documentation for this class was generated from the following file: