C# Class Com.OneSignal.OneSignalAndroid

Inheritance: OneSignalPlatform
Show file Open project: OneSignal/OneSignal-Xamarin-SDK

Public Methods

Method Description
ClearOneSignalNotifications ( ) : void
DeleteTag ( string key ) : void
DeleteTags ( IList keys ) : void
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 data ) : void
PromptLocation ( ) : void
RegisterForPushNotifications ( ) : void
SendTag ( string tagName, string tagValue ) : void
SendTags ( string>.IDictionary tags ) : void
SetInFocusDisplaying ( OneSignal display ) : void
SetLogLevel ( OneSignal logLevel, OneSignal visualLevel ) : void
SetSubscription ( bool enable ) : void
SyncHashedEmail ( string email ) : void

Private Methods

Method Description
OSNotificationOpenedResultToNative ( Android result ) : OSNotificationOpenedResult
OSNotificationToNative ( Android notif ) : OSNotification

Method Details

ClearOneSignalNotifications() public method

public ClearOneSignalNotifications ( ) : void
return void

DeleteTag() public method

public DeleteTag ( string key ) : void
key string
return void

DeleteTags() public method

public DeleteTags ( IList keys ) : void
keys IList
return void

EnableSound() public method

public EnableSound ( bool enable ) : void
enable bool
return void

EnableVibrate() public method

public EnableVibrate ( bool enable ) : void
enable bool
return void

GetTags() public method

public GetTags ( ) : void
return void

IdsAvailable() public method

public IdsAvailable ( ) : void
return void

OneSignalAndroid() public method

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

PostNotification() public method

public PostNotification ( object>.Dictionary data ) : void
data object>.Dictionary
return void

PromptLocation() public method

public PromptLocation ( ) : void
return void

RegisterForPushNotifications() public method

public RegisterForPushNotifications ( ) : void
return void

SendTag() public method

public SendTag ( string tagName, string tagValue ) : void
tagName string
tagValue string
return void

SendTags() public method

public SendTags ( string>.IDictionary tags ) : void
tags string>.IDictionary
return void

SetInFocusDisplaying() public method

public SetInFocusDisplaying ( OneSignal display ) : void
display OneSignal
return void

SetLogLevel() public method

public SetLogLevel ( OneSignal logLevel, OneSignal visualLevel ) : void
logLevel OneSignal
visualLevel OneSignal
return void

SetSubscription() public method

public SetSubscription ( bool enable ) : void
enable bool
return void

SyncHashedEmail() public method

public SyncHashedEmail ( string email ) : void
email string
return void