Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 681 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 681 Bytes

Badge Plugin for Xamarin and Windows

Simple cross platform plugin to work with application badge

Setup

Supports

  • Xamarin.iOS
  • Xamarin.iOS (x64 Unified)
  • Xamarin.Android
  • Windows Phone 8.0
  • Windows Phone 8.1 RT
  • Windows Store 8.0+

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