Method | Description | |
---|---|---|
ClearOneSignalNotifications ( ) : void | ||
DeleteTag ( string key ) : void | ||
DeleteTags ( IList |
||
EnableSound ( bool enable ) : void | ||
EnableVibrate ( bool enable ) : void | ||
GetTags ( ) : void | ||
IdsAvailable ( ) : void | ||
OneSignalAndroid ( string appid, string googleProjectNumber, OneSignal displayOption, OneSignal logLevel, OneSignal visualLevel ) : System.Collections.Generic | ||
PostNotification ( object>.Dictionary |
||
PromptLocation ( ) : void | ||
RegisterForPushNotifications ( ) : void | ||
SendTag ( string tagName, string tagValue ) : void | ||
SendTags ( string>.IDictionary |
||
SetInFocusDisplaying ( OneSignal display ) : void | ||
SetLogLevel ( OneSignal logLevel, OneSignal visualLevel ) : void | ||
SetSubscription ( bool enable ) : void | ||
SyncHashedEmail ( string email ) : void |
Method | Description | |
---|---|---|
OSNotificationOpenedResultToNative ( Android result ) : OSNotificationOpenedResult | ||
OSNotificationToNative ( Android notif ) : OSNotification |
public ClearOneSignalNotifications ( ) : void | ||
return | void |
public OneSignalAndroid ( string appid, string googleProjectNumber, OneSignal displayOption, OneSignal logLevel, OneSignal visualLevel ) : System.Collections.Generic | ||
appid | string | |
googleProjectNumber | string | |
displayOption | OneSignal | |
logLevel | OneSignal | |
visualLevel | OneSignal | |
return | System.Collections.Generic |
public PostNotification ( object>.Dictionary |
||
data | object>.Dictionary | |
return | void |
public RegisterForPushNotifications ( ) : void | ||
return | void |
public SendTag ( string tagName, string tagValue ) : void | ||
tagName | string | |
tagValue | string | |
return | void |
public SendTags ( string>.IDictionary |
||
tags | string>.IDictionary | |
return | void |
public SetInFocusDisplaying ( OneSignal display ) : void | ||
display | OneSignal | |
return | void |
public SetLogLevel ( OneSignal logLevel, OneSignal visualLevel ) : void | ||
logLevel | OneSignal | |
visualLevel | OneSignal | |
return | void |
public SetSubscription ( bool enable ) : void | ||
enable | bool | |
return | void |
public SyncHashedEmail ( string email ) : void | ||
string | ||
return | void |