iotile-device
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Basic
Notification
Service
constructor
events
notify
remove
All
subscribe
Hierarchy
AbstractNotificationService
BasicNotificationService
Index
Constructors
constructor
Properties
events
Methods
notify
remove
All
subscribe
Constructors
constructor
new
Basic
Notification
Service
(
)
:
BasicNotificationService
Returns
BasicNotificationService
Properties
Private
events
events
:
object
Type declaration
[
key:
string
]:
EventManager
Methods
notify
notify
(
event
:
string
, args
:
any
)
:
void
Parameters
event:
string
args:
any
Returns
void
remove
All
remove
All
(
)
:
void
Returns
void
subscribe
subscribe
(
event
:
string
, callback
:
function
)
:
handler
Parameters
event:
string
callback:
function
(
string
:
string
, any
:
any
)
:
void
Parameters
string:
string
any:
any
Returns
void
Returns
handler
Generated using
TypeDoc