AudioImApi.kt 226 Bytes
Newer Older
洪国微 committed
1 2
package com.ydl.audioim.api

konghaorui committed
3 4
import com.alibaba.android.arouter.facade.template.IProvider

洪国微 committed
5 6 7
/**
 * 对外api接口
 */
konghaorui committed
8
interface AudioImApi : IProvider {
洪国微 committed
9 10 11 12 13 14

    /**
     * 登录声网Im
     */
    fun  loginAgora(uid:String?)
}