Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marek-safar/1ab54510487a7e19d30eec3bb2e3fb16 to your computer and use it in GitHub Desktop.
Save marek-safar/1ab54510487a7e19d30eec3bb2e3fb16 to your computer and use it in GitHub Desktop.
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