C# 클래스 AzurePushNotification.Plugin.AzurePushNotificationImplementation

Implementation for Feature
상속: IAzurePushNotification
파일 보기 프로젝트 열기: HoussemDellai/Azure-Push-Notification-For-Xamarin

공개 프로퍼티들

프로퍼티 타입 설명
MainActivityInstance Android.App.Activity
NotificationIconDrawable int

공개 메소드들

메소드 설명
RegisterForAzurePushNotification ( ) : void
UnregisterFromAzurePushNotification ( ) : void

메소드 상세

RegisterForAzurePushNotification() 공개 메소드

public RegisterForAzurePushNotification ( ) : void
리턴 void

UnregisterFromAzurePushNotification() 공개 메소드

public UnregisterFromAzurePushNotification ( ) : void
리턴 void

프로퍼티 상세

MainActivityInstance 공개적으로 정적으로 프로퍼티

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

NotificationIconDrawable 공개적으로 정적으로 프로퍼티

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