C# Class Badge.Plugin.BadgesNotSupportedException

Inheritance: System.Exception
Show file Open project: alexrainman/Xamarin.Badge

Public Methods

Method Description
BadgesNotSupportedException ( ) : System

Current home launcher is not supported by Badges library

BadgesNotSupportedException ( String homePackage ) : System

The home launcher package is not supported by Badges library

Method Details

BadgesNotSupportedException() public method

Current home launcher is not supported by Badges library
public BadgesNotSupportedException ( ) : System
return System

BadgesNotSupportedException() public method

The home launcher package is not supported by Badges library
public BadgesNotSupportedException ( String homePackage ) : System
homePackage String
return System