C# Class Prattle.Activities.SmsServiceActivity

Inheritance: Android.App.Activity
Datei anzeigen Open project: jheerman/Prattle Class Usage Examples

Public Properties

Property Type Description
BoundService PrattleSmsService

Public Methods

Method Description
SmsServiceActivity ( ) : Android.App

Protected Methods

Method Description
BindService ( ) : void
OnCreate ( Bundle bundle ) : void
UnbindService ( ) : void

Method Details

BindService() protected method

protected BindService ( ) : void
return void

OnCreate() protected method

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

SmsServiceActivity() public method

public SmsServiceActivity ( ) : Android.App
return Android.App

UnbindService() protected method

protected UnbindService ( ) : void
return void

Property Details

BoundService public_oe property

public PrattleSmsService BoundService
return PrattleSmsService