cowbell/cordova-plugin-geofence

View on GitHub
src/android/IGoogleServiceCommandListener.java

Summary

Maintainability
A
0 mins
Test Coverage
package com.cowbell.cordova.geofence;

public interface IGoogleServiceCommandListener {
    void onCommandExecuted(Object error);
}