C# Class AzurePushNotification.Plugin.AzurePushNotificationImplementation

Implementation for Feature
Inheritance: IAzurePushNotification
Mostra 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_oe static_oe property

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

NotificationIconDrawable public_oe static_oe property

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