Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Prattle
Activities
SmsServiceActivity
C# Class Prattle.Activities.SmsServiceActivity
Inheritance:
Android.App.Activity
Mostrar archivo
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