Created
July 2, 2021 14:49
-
-
Save marek-safar/1ab54510487a7e19d30eec3bb2e3fb16 to your computer and use it in GitHub Desktop.
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
public AndroidClientHandler () | |
{ | |
_underlyingHander = GetUnderlyingHandler () as AndroidMessageHandler ?? throw new InvalidOperationException ("Unknown underlying handler"); | |
} | |
object GetUnderlyingHandler () | |
{ | |
// Reflection call to read _underlyingHandler field | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment