convertConverstationtType static method
- String type
Implementation
static int convertConverstationtType(String type) {
if (type == CONV_C2C) {
return ConversationType.V2TIM_C2C;
}
if (type == CONV_GROUP) {
return ConversationType.V2TIM_GROUP;
}
return ConversationType.CONVERSATION_TYPE_INVALID;
}