Home

Awesome

Badge Plugin for Xamarin and Windows

Simple cross platform plugin to work with application badge

Setup

Supports

API Usage

Call CrossBadge.Current from any project or PCL to gain access to APIs.

Setting application badge value

CrossBadge.Current.SetBadge(10);

Clearing application badge value

CrossBadge.Current.ClearBadge();

Contributors