C# 클래스 InTheHand.UI.Notifications.BadgeNotificationCreator

Simplifies creation of badges without the need to build XML documents.
PlatformVersion supported iOSiOS 9.0 and later macOSOS X 10.7 and later tvOStvOS 9.0 and later TizenTizen 3.0 Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.1 or later
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
CreateBadgeNotification ( BadgeGlyph glyph ) : BadgeNotification

Creates a badge notification with the required glyph.

PlatformVersion supported macOSOS X 10.7 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.1 or later

CreateBadgeNotification ( int value ) : BadgeNotification

Creates a badge notification with the required numerical value.

메소드 상세

CreateBadgeNotification() 공개 정적인 메소드

Creates a badge notification with the required glyph.
PlatformVersion supported macOSOS X 10.7 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.1 or later
public static CreateBadgeNotification ( BadgeGlyph glyph ) : BadgeNotification
glyph BadgeGlyph Glyph to show on the badge. /// None will hide the badge.
리턴 BadgeNotification

CreateBadgeNotification() 공개 정적인 메소드

Creates a badge notification with the required numerical value.
public static CreateBadgeNotification ( int value ) : BadgeNotification
value int Value to show on the badge. Zero will hide the badge.
리턴 BadgeNotification