C# Class Badge.Plugin.BadgeImplementation

Implementation of Badge for Windows Phone 8.0
Inheritance: IBadge
Show file Open project: alexrainman/Xamarin.Badge

Public Methods

Method 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 method

Clears the badge.
public ClearBadge ( ) : void
return void

SetBadge() public method

Sets the badge.
public SetBadge ( int badgeNumber ) : void
badgeNumber int The badge number.
return void

SetBadge() public method

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