Show / Hide Table of Contents

Class DownloadElemParam

Inheritance
System.Object
ExtraData
DownloadElemParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class DownloadElemParam : ExtraData

Fields

msg_download_elem_param_business_id

Declaration
public uint msg_download_elem_param_business_id
Field Value
Type Description
System.UInt32

只写, 从消息元素里面取出来,元素的BusinessID

msg_download_elem_param_flag

Declaration
public uint msg_download_elem_param_flag
Field Value
Type Description
System.UInt32

只写, 从消息元素里面取出来,元素的下载类型

msg_download_elem_param_id

Declaration
public string msg_download_elem_param_id
Field Value
Type Description
System.String

只写, 从消息元素里面取出来,元素的ID

msg_download_elem_param_type

Declaration
public TIMDownloadType msg_download_elem_param_type
Field Value
Type Description
TIMDownloadType

只写, 从消息元素里面取出来,元素的类型

msg_download_elem_param_url

Declaration
public string msg_download_elem_param_url
Field Value
Type Description
System.String

只写, 从消息元素里面取出来,元素URL

In This Article
Back to top Generated by DocFX