碰撞预警对外接口调通
This commit is contained in:
@@ -10,15 +10,9 @@ import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
* @since: 2021/3/24
|
||||
*/
|
||||
public interface IV2XProvider extends IProvider {
|
||||
/**
|
||||
* 注册意图接收者
|
||||
*/
|
||||
public void registerIntentListener(String intent, IV2XListener listener);
|
||||
|
||||
/**
|
||||
* 注册意图接收者
|
||||
*/
|
||||
public void unregisterIntentListener(String intent, IV2XListener listener);
|
||||
|
||||
public void warningChangedWithType(int type, String command);
|
||||
public void warningChangedForListenerWithType(int type, String command);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user