C# Class Com.OneSignal.OneSignalIOS

Inheritance: OneSignalPlatform
Afficher le fichier Open project: OneSignal/OneSignal-Xamarin-SDK

Méthodes publiques

Méthode Description
DeleteTag ( string key ) : void
DeleteTags ( IList keys ) : void
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 data ) : void
PostNotificationFailureHandler ( Foundation error ) : void
PostNotificationSuccessHandler ( Foundation result ) : void
PromptLocation ( ) : void
RegisterForPushNotifications ( ) : void
SendTag ( string tagName, string tagValue ) : void
SendTags ( string>.IDictionary tags ) : void
SetLogLevel ( OneSignal logLevel, OneSignal visualLevel ) : void
SetSubscription ( bool enable ) : void
SyncHashedEmail ( string email ) : void

Private Methods

Méthode Description
OSNotificationOpenedResultToNative ( iOS result ) : OSNotificationOpenedResult
OSNotificationToNative ( iOS notif ) : OSNotification

Method Details

DeleteTag() public méthode

public DeleteTag ( string key ) : void
key string
Résultat void

DeleteTags() public méthode

public DeleteTags ( IList keys ) : void
keys IList
Résultat void

GetTags() public méthode

public GetTags ( ) : void
Résultat void

GetTagsHandler() public méthode

public GetTagsHandler ( Foundation result ) : void
result Foundation
Résultat void

IdsAvailable() public méthode

public IdsAvailable ( ) : void
Résultat void

IdsAvailableHandler() public méthode

public IdsAvailableHandler ( string playerID, string pushToken ) : void
playerID string
pushToken string
Résultat void

NSDictToPureDict() public static méthode

public static NSDictToPureDict ( Foundation nsDict ) : object>.Dictionary
nsDict Foundation
Résultat object>.Dictionary

NotificationOpenedHandler() public méthode

public NotificationOpenedHandler ( iOS result ) : void
result iOS
Résultat void

NotificationReceivedHandler() public méthode

public NotificationReceivedHandler ( iOS notification ) : void
notification iOS
Résultat void

OneSignalIOS() public méthode

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
Résultat System.Collections.Generic

PostNotification() public méthode

public PostNotification ( object>.Dictionary data ) : void
data object>.Dictionary
Résultat void

PostNotificationFailureHandler() public méthode

public PostNotificationFailureHandler ( Foundation error ) : void
error Foundation
Résultat void

PostNotificationSuccessHandler() public méthode

public PostNotificationSuccessHandler ( Foundation result ) : void
result Foundation
Résultat void

PromptLocation() public méthode

public PromptLocation ( ) : void
Résultat void

RegisterForPushNotifications() public méthode

public RegisterForPushNotifications ( ) : void
Résultat void

SendTag() public méthode

public SendTag ( string tagName, string tagValue ) : void
tagName string
tagValue string
Résultat void

SendTags() public méthode

public SendTags ( string>.IDictionary tags ) : void
tags string>.IDictionary
Résultat void

SetLogLevel() public méthode

public SetLogLevel ( OneSignal logLevel, OneSignal visualLevel ) : void
logLevel OneSignal
visualLevel OneSignal
Résultat void

SetSubscription() public méthode

public SetSubscription ( bool enable ) : void
enable bool
Résultat void

SyncHashedEmail() public méthode

public SyncHashedEmail ( string email ) : void
email string
Résultat void