Badge.Plugin.BadgeImplementation.SetBadge C# (CSharp) Method

SetBadge() public method

Sets the badge.
public SetBadge ( int badgeNumber ) : void
badgeNumber int The badge number.
return void
      public void SetBadge(int badgeNumber)
      {
	      Badges.SetBadge(Application.Context, badgeNumber);
      }

Same methods

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