Class ExperimentalAPIReqeustParam
Inheritance
Inherited Members
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class ExperimentalAPIReqeustParam
Fields
request_init_local_storage_user_id_param
Declaration
public string request_init_local_storage_user_id_param
Field Value
Type | Description |
---|---|
System.String | Write-only (optional); the UserID for initializing the database. This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationInitLocalStorage`. |
request_internal_operation
Declaration
public string request_internal_operation
Field Value
Type | Description |
---|---|
System.String | Write-only (required); the operation type of an internal API |
request_set_cos_save_region_for_conversation_param
Declaration
public CosSaveRegionForConversationParam request_set_cos_save_region_for_conversation_param
Field Value
Type | Description |
---|---|
CosSaveRegionForConversationParam | Write-only (optional); the parameter for setting the COS region. This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationSetCosSaveRegionForConversation`. |
request_set_custom_server_info_param
Declaration
public CustomServerInfo request_set_custom_server_info_param
Field Value
Type | Description |
---|---|
CustomServerInfo | Write-only (optional); the custom server info. This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationSetCustomServerInfo`. |
request_set_env_param
Declaration
public bool request_set_env_param
Field Value
Type | Description |
---|---|
System.Boolean | Write-only (optional). `true`: Set the current environment as the test environment; `false`: Set the current environment as the formal environment (default). This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationSetEnv`. |
request_set_max_retry_count_param
Declaration
public int request_set_max_retry_count_param
Field Value
Type | Description |
---|---|
System.Int32 | Write-only (optional); the parameter for setting the attempts of login and message sending. This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationSetMaxRetryCount`. |
request_set_sm4_gcm_callback_param
Declaration
public SM4GCMCallbackParam request_set_sm4_gcm_callback_param
Field Value
Type | Description |
---|---|
SM4GCMCallbackParam | Write-only (optional); the parameter for setting the address of the SM4-GCM callback function. This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationSetSM4GCMCallback`. |
request_set_ui_platform_param
Declaration
public string request_set_ui_platform_param
Field Value
Type | Description |
---|---|
System.String | Write-only (optional); the parameter for setting the UI platform. This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationSetUIPlatform`. |
request_sso_data_param
Declaration
public SSODataParam request_sso_data_param
Field Value
Type | Description |
---|---|
SSODataParam | Write-only (optional); the SSO packet sending request. This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationSSOData`. |
request_tinyid_userid_param
Declaration
public List<ulong> request_tinyid_userid_param
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.UInt64> | Write-only (optional); the list of tinyIDs to be converted into UserIDs. This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationTinyId2UserId`. |
request_userid_tinyid_param
Declaration
public List<string> request_userid_tinyid_param
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | Write-only (optional); the list of UserIDs to be converted into tinyIDs. This parameter is set when the value of `kTIMRequestInternalOperation` is `kTIMInternalOperationUserId2TinyId`. |