open-feature / kotlin-sdk

Kotlin implementation of the OpenFeature SDK for Android clients
https://openfeature.dev
Apache License 2.0
12 stars 4 forks source link

refactor: Rename shutdown event to notready event #97

Closed fabriziodemaria closed 9 months ago

fabriziodemaria commented 9 months ago

This PR

"NotReady" is not an Event yet in the Spec (but it is a Status as of the day of writing this PR). However, this transitional change is supposed to bring this implementation one step closer to the Spec (note that "ShutDown" is neither and "Event" nor a "Status"). This also brings the current implementation closer to the Swift implementation.

Related Issues