cowbell/cordova-plugin-geofence

View on GitHub
www/TransitionType.js

Summary

Maintainability
A
0 mins
Test Coverage
var TransitionType = {
    ENTER: 1,
    EXIT: 2,
    BOTH: 3,
};

module.exports = TransitionType;