Method | Description | |
---|---|---|
DeleteTag ( string key ) : void | ||
DeleteTags ( IList |
||
GetTags ( ) : void | ||
GetTagsHandler ( Foundation result ) : void | ||
IdsAvailable ( ) : void | ||
IdsAvailableHandler ( string playerID, string pushToken ) : void | ||
NSDictToPureDict ( Foundation nsDict ) : object>.Dictionary |
||
NotificationOpenedHandler ( iOS result ) : void | ||
NotificationReceivedHandler ( iOS notification ) : void | ||
OneSignalIOS ( string appId, bool autoPrompt, bool inAppLaunchURLs, OneSignal displayOption, OneSignal logLevel, OneSignal visualLevel ) : System.Collections.Generic | ||
PostNotification ( object>.Dictionary |
||
PostNotificationFailureHandler ( Foundation error ) : void | ||
PostNotificationSuccessHandler ( Foundation result ) : void | ||
PromptLocation ( ) : void | ||
RegisterForPushNotifications ( ) : void | ||
SendTag ( string tagName, string tagValue ) : void | ||
SendTags ( string>.IDictionary |
||
SetLogLevel ( OneSignal logLevel, OneSignal visualLevel ) : void | ||
SetSubscription ( bool enable ) : void | ||
SyncHashedEmail ( string email ) : void |
Method | Description | |
---|---|---|
OSNotificationOpenedResultToNative ( iOS result ) : OSNotificationOpenedResult | ||
OSNotificationToNative ( iOS notif ) : OSNotification |
public GetTagsHandler ( Foundation result ) : void | ||
result | Foundation | |
return | void |
public IdsAvailableHandler ( string playerID, string pushToken ) : void | ||
playerID | string | |
pushToken | string | |
return | void |
public static NSDictToPureDict ( Foundation nsDict ) : object>.Dictionary |
||
nsDict | Foundation | |
return | object>.Dictionary |
public NotificationOpenedHandler ( iOS result ) : void | ||
result | iOS | |
return | void |
public NotificationReceivedHandler ( iOS notification ) : void | ||
notification | iOS | |
return | void |
public OneSignalIOS ( string appId, bool autoPrompt, bool inAppLaunchURLs, OneSignal displayOption, OneSignal logLevel, OneSignal visualLevel ) : System.Collections.Generic | ||
appId | string | |
autoPrompt | bool | |
inAppLaunchURLs | bool | |
displayOption | OneSignal | |
logLevel | OneSignal | |
visualLevel | OneSignal | |
return | System.Collections.Generic |
public PostNotification ( object>.Dictionary |
||
data | object>.Dictionary | |
return | void |
public PostNotificationFailureHandler ( Foundation error ) : void | ||
error | Foundation | |
return | void |
public PostNotificationSuccessHandler ( Foundation result ) : void | ||
result | Foundation | |
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 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 |