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

mobi.cangol.mobile.service.route.OnNavigation Maven / Gradle / Ivy

There is a newer version: 1.2.7
Show newest version
package mobi.cangol.mobile.service.route;

import android.content.Intent;
import android.support.v4.app.Fragment;

/**
 * Created by xuewu.wei on 2018/11/2.
 */
public interface OnNavigation {

    void toActivity(Intent intent, boolean standalone);

    void toFragment(Fragment fragment, boolean standalone);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy