-
Notifications
You must be signed in to change notification settings - Fork 70
embedding/csharp: Add StandardMessageCodec #266
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
Conversation
dfc497f to
f38c47b
Compare
3070e94 to
8f5e916
Compare
| /// <summary> | ||
| /// Sends a binary message to the given channel. | ||
| /// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the documentation automatically inherited from IBinaryMessenger?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DefaultBinaryMessenger is an internal class. The comments for public documentation are not necessary.
embedding/csharp/Tizen.Flutter.Embedding.Tests/Channels/StandardMessageCodecTests.cs
Outdated
Show resolved
Hide resolved
embedding/csharp/Tizen.Flutter.Embedding.Tests/Channels/StandardMessageCodecTests.cs
Outdated
Show resolved
Hide resolved
…rdMessageCodecTests.cs Co-authored-by: Swift Kim <[email protected]>
4bf8f44 to
87c9e7f
Compare
StandardMessageCodecand tests.StandardMethodCodeclater.