getService

abstract fun <T : NEBaseService> getService(type: Class<T>): T

获取服务,目前支持(NEAuthService、NERoomService)

Return

T RoomKit服务

Parameters

type

服务Class