Method | Description | |
---|---|---|
AddActionItem ( |
||
AddAudio ( string source, bool isLoop = null, bool isSilent = null ) : void | ||
GetNotification ( ) : |
||
GetScheduledNotification ( DateTimeOffset dateTime ) : |
||
RemoveActionItem ( |
||
RemoveAudio ( ) : void | ||
SetVisual ( |
Method | Description | |
---|---|---|
GetXml ( ) : string |
Gets the XML.
|
public AddActionItem ( |
||
action | ||
return | void |
public AddAudio ( string source, bool isLoop = null, bool isSilent = null ) : void | ||
source | string | |
isLoop | bool | |
isSilent | bool | |
return | void |
public GetNotification ( ) : |
||
return |
public GetScheduledNotification ( DateTimeOffset dateTime ) : |
||
dateTime | DateTimeOffset | |
return |
public RemoveActionItem ( |
||
action | ||
return | void |