Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INCOMING_MESSAGE_ACTION is not working well. #708

Open
mertgunay opened this issue Sep 25, 2017 · 1 comment
Open

INCOMING_MESSAGE_ACTION is not working well. #708

mertgunay opened this issue Sep 25, 2017 · 1 comment

Comments

@mertgunay
Copy link

When I get a message from "B" device, "A" device is opening a new Intent but the problem is that
every message is opening a new intent. That means, 100 messages equals to 100 new intent.

How can I solve this problem ?

        params.put(RCDevice.ParameterKeys.INTENT_INCOMING_MESSAGE, new Intent(RCDevice.ACTION_INCOMING_MESSAGE, null, getApplicationContext(), ChatActivity.class));

this code is not working very well.

@atsakiridis
Copy link
Collaborator

@mertgunay not sure I follow. Without using intents you don't have a mechanism to receive messages if your App is in the background, etc. So this is by design.

What doesn't work very well, can you elaborate more on your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants