💡Tips
- All custom parameter settings must be completed before SDK initialization
// Set user identifier
McSdk.SetUserId("test_user_id");
// Set main channel
McSdk.SetChannel("test_channel");
// Set sub-channel
McSdk.SetSubChannel("test_sub_channel");
McSdk.SetCustomRule(new Dictionary<string, string> { { "test_rule_key", "test_rule_value" } });