All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.firebase.geofire.EventRaiser Maven / Gradle / Ivy

Go to download

GeoFire is an open-source library for Android/Java that allows you to store and query a set of keys based on their geographic location.

There is a newer version: 2.3.0
Show newest version
package com.firebase.geofire;

interface EventRaiser {
    void raiseEvent(Runnable r);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy