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

Updates a badge overlay on the specific tile that the updater is bound to.
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

공개 메소드들

메소드 설명
Clear ( ) : void

Removes the badge from the tile that the updater is bound to.

Update ( BadgeNotification notification ) : void

Applies a change to the badge's number.

비공개 메소드들

메소드 설명
BadgeUpdater ( ) : UIKit
BadgeUpdater ( Windows updater ) : UIKit

메소드 상세

Clear() 공개 메소드

Removes the badge from the tile that the updater is bound to.
public Clear ( ) : void
리턴 void

Update() 공개 메소드

Applies a change to the badge's number.
public Update ( BadgeNotification notification ) : void
notification BadgeNotification The object that supplies the new XML definition for the badge.
리턴 void