what-the-bank/sources/com/kofax/mobile/sdk/aj/a.java

18 lines
419 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.aj;
import android.location.Location;
import android.location.LocationListener;
/* loaded from: classes3.dex */
public interface a {
boolean aG(String str);
Location getLastKnownLocation(String str);
boolean qU();
void removeUpdates(LocationListener locationListener);
void requestLocationUpdates(String str, long j, float f, LocationListener locationListener);
}