- Add comprehensive unit tests for debugSendNativeEvent, saveDeviceToken,
setAuthToken, setSigningKey, clearAuthToken methods
- Add unit tests for intentPayload helper method with mocked Intent/Bundle
- Add test for unknown method returning notImplemented
- Replace placeholder comment with actual test implementations
- Use Mockito to mock android.jar stubs (Intent, Bundle) for gradle unit tests