badge

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2016 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package badge allows you to preserve, set or clear the number displayed on your App icon.

Index

Constants

This section is empty.

Variables

View Source
var Clear = Badge{/* contains filtered or unexported fields */}

Clear the badge.

View Source
var Preserve = Badge{}

Preserve the current badge (default behavior).

Functions

This section is empty.

Types

type Badge

type Badge struct {
	// contains filtered or unexported fields
}

Badge number to display on the App icon.

func New

func New(number uint) Badge

New badge with a set value. A badge set to 0 is the same as badge.Clear.

func (*Badge) Number

func (b *Badge) Number() (uint, bool)

Number to display on the App Icon and if should be changed. If the badge should not be changed, the number has no effect.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL