
com.github.arachnidium.model.mobile.android.IHasActivity Maven / Gradle / Ivy
The newest version!
package com.github.arachnidium.model.mobile.android;
/**
* This is for objects which can get current activity
* of the currently working Android App.
*/
interface IHasActivity {
String currentActivity();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy