Newer
Older
Productization_H5_IOS / template / Common / Const / AppEnum.swift
@zhangfeng zhangfeng on 8 Aug 2023 534 bytes commit first
//
//  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"
}