C# Class AzurePushNotification.Plugin.AzurePushNotificationImplementation

Implementation for Feature
Inheritance: IAzurePushNotification
Show file Open project: HoussemDellai/Azure-Push-Notification-For-Xamarin

Public Properties

Property Type Description
MainActivityInstance Android.App.Activity
NotificationIconDrawable int

Public Methods

Method Description
RegisterForAzurePushNotification ( ) : void
UnregisterFromAzurePushNotification ( ) : void

Method Details

RegisterForAzurePushNotification() public method

public RegisterForAzurePushNotification ( ) : void
return void

UnregisterFromAzurePushNotification() public method

public UnregisterFromAzurePushNotification ( ) : void
return void

Property Details

MainActivityInstance public static property

References the MainActivity object of the Xamarin.Android project.
public static Activity,Android.App MainActivityInstance
return Android.App.Activity

NotificationIconDrawable public static property

The icon to be shown with notifications.
public static int NotificationIconDrawable
return int