I think you can evaluate the avaliability as a compile-time boolean with this pitch.
Then you could have it like this:
#if goodSDK()
Which would evaluate at compile time and help you conditionally compile it or not
I think you can evaluate the avaliability as a compile-time boolean with this pitch.
Then you could have it like this:
#if goodSDK()
Which would evaluate at compile time and help you conditionally compile it or not