接口 EaseSettingsProvider
-
public interface EaseSettingsProvidernew message options provider
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanisMsgNotifyAllowed(io.agora.chat.ChatMessage message)Whether to allow message remindersbooleanisMsgSoundAllowed(io.agora.chat.ChatMessage message)Whether to set the soundbooleanisMsgVibrateAllowed(io.agora.chat.ChatMessage message)Whether to allow vibrationbooleanisSpeakerOpened()Whether to use the speaker to play sound
-
-
-
方法详细资料
-
isMsgNotifyAllowed
boolean isMsgNotifyAllowed(io.agora.chat.ChatMessage message)
Whether to allow message reminders- 参数:
message-- 返回:
-
isMsgSoundAllowed
boolean isMsgSoundAllowed(io.agora.chat.ChatMessage message)
Whether to set the sound- 参数:
message-- 返回:
-
isMsgVibrateAllowed
boolean isMsgVibrateAllowed(io.agora.chat.ChatMessage message)
Whether to allow vibration- 参数:
message-- 返回:
-
isSpeakerOpened
boolean isSpeakerOpened()
Whether to use the speaker to play sound- 返回:
-
-