C# Class Prattle.Activities.SendMessageActivity

Inheritance: SmsServiceActivity
Mostra file Open project: jheerman/Prattle

Public Methods

Method Description
OnCreateOptionsMenu ( IMenu menu ) : bool
OnOptionsItemSelected ( IMenuItem item ) : bool

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void

Private Methods

Method Description
QueueMessage ( ) : bool

Method Details

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnCreateOptionsMenu() public method

public OnCreateOptionsMenu ( IMenu menu ) : bool
menu IMenu
return bool

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnOptionsItemSelected() public method

public OnOptionsItemSelected ( IMenuItem item ) : bool
item IMenuItem
return bool