coder966/fcm-simple

Add Message & Response Classes

coder966 opened this issue · 1 comments

Adding these two classes will offer a better structure. They should have something like:
Message: add(key, val) and addAll(keys, vals).
Response: getBadTokens() and getUpdatedTokens().

The API mentioned here is not to be considered final.

Done.