-
-
Notifications
You must be signed in to change notification settings - Fork 654
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android notif: Group "recipient" fields in an ADT, to crunchify more.
This makes our "crunchy shell" crunchy in an additional area where up to this point we'd been soft (and prone to crashing, or other buggy behavior, on surprises): now the "stream" and "topic" fields are required for a stream message. Perhaps of more importance in this case: it makes the interrelationships of all these fields explicit, making the application code that refers to them easier to reason about.
- Loading branch information
Showing
3 changed files
with
40 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters