[3.4.0] add func of setting of tacip
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.mogo.eagle.core.function.api.setting
|
||||
|
||||
interface IMoGoRequestActivityHandler {
|
||||
|
||||
/**
|
||||
* 向activity申请权限
|
||||
*/
|
||||
fun handleRequestPermission(tag: String, permission: String) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 请求修改亮度
|
||||
*/
|
||||
fun handleRequestLight(percent:Float){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user