use of com.fanap.podchat.requestobject.RequestSignalMsg in project pod-chat-android-sdk by FanapSoft.
the class ChatTestIntegration method startTyping.
@Test
@FlakyTest
public void startTyping() {
sleep(7000);
RequestSignalMsg req = new RequestSignalMsg.Builder().signalType(ChatMessageType.SignalMsg.IS_TYPING).threadId(6630).build();
presenter.startTyping(req);
}
use of com.fanap.podchat.requestobject.RequestSignalMsg in project pod-chat-android-sdk by FanapSoft.
the class ChatTest method startTyping.
@Test
@FlakyTest
public void startTyping() {
sleep(7000);
RequestSignalMsg req = new RequestSignalMsg.Builder().signalType(ChatMessageType.SignalMsg.IS_TYPING).threadId(6630).build();
presenter.startTyping(req);
}
use of com.fanap.podchat.requestobject.RequestSignalMsg in project pod-chat-android-sdk by FanapSoft.
the class ChatTestSandbox method startTyping.
@Test
@FlakyTest
public void startTyping() {
sleep(7000);
RequestSignalMsg req = new RequestSignalMsg.Builder().signalType(ChatMessageType.SignalMsg.IS_TYPING).threadId(6630).build();
presenter.startTyping(req);
}
Aggregations