Method | Description | |
---|---|---|
RemindersClient ( string manifest ) : Mycroft.App |
Constructor for the reminders client
|
Method | Description | |
---|---|---|
AppDependency ( dynamic message ) : void |
Called when APP_DEPENDENCY is received
|
|
AppManifestOk ( dynamic obj ) : void |
Called when app manifest okay is received
|
Method | Description | |
---|---|---|
Crossroads ( ) : void |
Reminder for crossroads
|
|
CtrlAltDeli ( ) : void |
Reminder for Ctrl Alt Deli
|
|
SSEMeeting ( ) : void |
Reminder for the SSE Meeting
|
|
Salsaritas ( ) : void |
Reminder for Salsaritas
|
|
Trash30 ( ) : void |
Reminder for trash 30
|
protected AppDependency ( dynamic message ) : void | ||
message | dynamic | The message received |
return | void |
protected AppManifestOk ( dynamic obj ) : void | ||
obj | dynamic | The message received |
return | void |
public RemindersClient ( string manifest ) : Mycroft.App | ||
manifest | string | The path to the app manifest |
return | Mycroft.App |