import "github.com/muesli/beehive/bees/simplepushbee"
Package simplepushbee is a Bee that is able to send push notifications to Android.
simplepushbee.go simplepushbeefactory.go
SimplepushBee is a Bee that is able to send push notifications to Android.
func (mod *SimplepushBee) Action(action bees.Action) []bees.Placeholder
Action triggers the action passed to it.
func (mod *SimplepushBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
type SimplepushBeeFactory struct { bees.BeeFactory }
SimplepushBeeFactory is a factory for SimplepushBees.
func (factory *SimplepushBeeFactory) Actions() []bees.ActionDescriptor
Actions describes the available actions provided by this Bee.
func (factory *SimplepushBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *SimplepushBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *SimplepushBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *SimplepushBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *SimplepushBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *SimplepushBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *SimplepushBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *SimplepushBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package simplepushbee imports 2 packages (graph) and is imported by 13 packages. Updated 2017-03-04. Refresh now. Tools for package owners.