| | |
| | | Js = 4,// 极速
|
| | | }
|
| | |
|
| | | public E_ChannelPlatform ChannelPlatform { get; set; }
|
| | | public E_ChannelPlatform ChannelPlatform { get; set; }
|
| | |
|
| | | /// <summary>
|
| | | /// sdk初始化是否完成标识
|
| | |
| | | }
|
| | | m_Json.Clear();
|
| | | m_Json["code"] = CodeU2A.AssetCopy;
|
| | | SendMessageToSDK(m_Json);
|
| | | }
|
| | |
|
| | | public void CopyOneAsset(string content)
|
| | | {
|
| | | m_Json.Clear();
|
| | | m_Json["code"] = CodeU2A.CopyOneAsset;
|
| | | m_Json["content"] = content;
|
| | | SendMessageToSDK(m_Json);
|
| | | }
|
| | |
|
| | |
| | | * 外部存储根目录地址
|
| | | */
|
| | | public const int ExteneralStorage = 11;
|
| | | public const int CopyOneAsset = 12;
|
| | | /**
|
| | | * 自由sdk相关
|
| | | * */
|