The: ``` application.android.off(application.AndroidApplication.activiryResultEvent, onResult); ``` Throws: ``` TypeError: Cannot read property 'split' of undefined'. ``` A protection against `undefined` with meaningful error message would be handy.
The:
Throws:
A protection against
undefinedwith meaningful error message would be handy.