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

com.zpf.api.IJumpLinker Maven / Gradle / Ivy


package com.zpf.api;

import android.content.Context;

import androidx.annotation.NonNull;
import androidx.annotation.Nullable;

import org.json.JSONObject;

public interface IJumpLinker {
    boolean jumpByName(@NonNull Context context, @NonNull String name, @Nullable JSONObject params);

    boolean jumpByUrl(@NonNull Context context, @NonNull String url);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy