Socket
Book a DemoInstallSign in
Socket

billy-activities

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

billy-activities

Use activities for state management in Billy applications

1.0.0
latest
npmnpm
Version published
Maintainers
1
Created
Source

billy-activities

Build Status NPM version

A service that allows for the use of activities for state management in Billy Applications

Install

$ npm install billy-activities

Usage

var Application        = require('billy');
var ActivityService    = require('billy-activities');
var HomeScreenActivity = require('./activities/HomeScreenActivity.js');

var app = new Application();
app.service(ActivityService);
app.config('navigator.startup', HomeScreenActivity);

app.start();

Injectables

New dependencies that you can use after adding this service:

tagtypedescriptionnotes
navigatorNavigatorThe activity navigator interfaceUse the navigator to start and finish activities across the application

Configs

Available config properties:

configtypedescriptiondefault valuenotes
navigator.startupActivityActivity to to launch at app startupnull

Testing

$ npm test

License

MIT

Keywords

billy

FAQs

Package last updated on 16 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.