Class RongExtensionCacheHelper
-
- All Implemented Interfaces:
public class RongExtensionCacheHelper
-
-
Constructor Summary
Constructors Constructor Description RongExtensionCacheHelper()
-
Method Summary
Modifier and Type Method Description static void
saveVoiceInputMode(Context context, ConversationType type, String targetId, boolean isVoiceMode)
static boolean
isVoiceInputMode(Context context, ConversationType type, String targetId)
static void
saveDestructInputMode(Context context, boolean isKeyMode)
static boolean
getCachedDestructInputMode(Context context)
static void
recordDestructClickEvent(Context context)
static boolean
isDestructFirstUsing(Context context)
static void
setDestructMode(Context context, ConversationType conversationType, String targetId, boolean value)
static boolean
isDestructMode(Context context, ConversationType conversationType, String targetId)
-
-
Method Detail
-
saveVoiceInputMode
static void saveVoiceInputMode(Context context, ConversationType type, String targetId, boolean isVoiceMode)
-
isVoiceInputMode
static boolean isVoiceInputMode(Context context, ConversationType type, 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, ConversationType conversationType, String targetId, boolean value)
-
isDestructMode
static boolean isDestructMode(Context context, ConversationType conversationType, String targetId)
-
-
-
-