// // AppEnum.swift // cxcconsolidation // // Created by 张丰 on 2022/5/31. // import Foundation public enum AppJsFunType:String,CaseIterable { /// 融云 case initRCWithAppKey = "initRCWithAppKey" case connectRC = "connectRC" case addRCConnectionListen = "addRCConnectionListen" case disConnectRC = "disConnectRC" /// 定位 case getLocation = "getLocation" case stopLocation = "stopLocation" case isBackground = "isBackground" case callAction = "callAction" case getIt = "getIt" }