C# Class Badge.Plugin.BadgeImplementation

Implementation of Badge for Windows Phone 8.0
Inheritance: IBadge
Afficher le fichier Open project: alexrainman/Xamarin.Badge

Méthodes publiques

Méthode Description
ClearBadge ( ) : void

Clears the badge.

SetBadge ( int badgeNumber ) : void

Sets the badge.

SetBadge ( int badgeNumber, string title = null ) : void

Sets the badge.

Method Details

ClearBadge() public méthode

Clears the badge.
public ClearBadge ( ) : void
Résultat void

SetBadge() public méthode

Sets the badge.
public SetBadge ( int badgeNumber ) : void
badgeNumber int The badge number.
Résultat void

SetBadge() public méthode

Sets the badge.
public SetBadge ( int badgeNumber, string title = null ) : void
badgeNumber int The badge number.
title string The title. Used only by Android
Résultat void