Class RongExtensionCacheHelper
-
- All Implemented Interfaces:
public class RongExtensionCacheHelper
-
-
Constructor Summary
Constructors Constructor Description RongExtensionCacheHelper()
-
Method Summary
Modifier and Type Method Description static voidsaveVoiceInputMode(Context context, ChannelType channelType, String targetId, boolean isVoiceMode)static booleanisVoiceInputMode(Context context, ChannelType channelType, String targetId)static voidsaveDestructInputMode(Context context, boolean isKeyMode)static booleangetCachedDestructInputMode(Context context)static voidrecordDestructClickEvent(Context context)static booleanisDestructFirstUsing(Context context)static voidsetDestructMode(Context context, ChannelType channelType, String targetId, boolean value)static booleanisDestructMode(Context context, ChannelType channelType, String targetId)static voidsetEditMessageConfig(Context context, ChannelType channelType, String targetId, EditMessageConfig config)static voidclearEditMessageConfig(Context context, ChannelType channelType, String targetId)static EditMessageConfiggetEditMessageConfig(Context context, ChannelType channelType, String targetId)-
-
Method Detail
-
saveVoiceInputMode
static void saveVoiceInputMode(Context context, ChannelType channelType, String targetId, boolean isVoiceMode)
-
isVoiceInputMode
static boolean isVoiceInputMode(Context context, ChannelType channelType, String targetId)
-
saveDestructInputMode
static void saveDestructInputMode(Context context, boolean isKeyMode)
-
getCachedDestructInputMode
static boolean getCachedDestructInputMode(Context context)
-
recordDestructClickEvent
static void recordDestructClickEvent(Context context)
-
isDestructFirstUsing
static boolean isDestructFirstUsing(Context context)
-
setDestructMode
static void setDestructMode(Context context, ChannelType channelType, String targetId, boolean value)
-
isDestructMode
static boolean isDestructMode(Context context, ChannelType channelType, String targetId)
-
setEditMessageConfig
static void setEditMessageConfig(Context context, ChannelType channelType, String targetId, EditMessageConfig config)
-
clearEditMessageConfig
static void clearEditMessageConfig(Context context, ChannelType channelType, String targetId)
-
getEditMessageConfig
static EditMessageConfig getEditMessageConfig(Context context, ChannelType channelType, String targetId)
-
-
-
-