C# Class Prattle.Activities.SmsServiceActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: jheerman/Prattle Class Usage Examples

Méthodes publiques

Свойство Type Description
BoundService PrattleSmsService

Méthodes publiques

Méthode Description
SmsServiceActivity ( ) : Android.App

Méthodes protégées

Méthode Description
BindService ( ) : void
OnCreate ( Bundle bundle ) : void
UnbindService ( ) : void

Method Details

BindService() protected méthode

protected BindService ( ) : void
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

SmsServiceActivity() public méthode

public SmsServiceActivity ( ) : Android.App
Résultat Android.App

UnbindService() protected méthode

protected UnbindService ( ) : void
Résultat void

Property Details

BoundService public_oe property

public PrattleSmsService BoundService
Résultat PrattleSmsService