Skip to content

Commit 79aa5ae

Browse files
committed
docs: add comment about optionality
Signed-off-by: Nicklas Lundin <[email protected]>
1 parent 6092e2c commit 79aa5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/dev/openfeature/sdk/FeatureProvider.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ interface FeatureProvider : EventObserver, ProviderStatus {
3838
* @param details Data pertinent to a particular tracking event (Optional)
3939
*/
4040
fun track(trackingEventName: String, context: EvaluationContext?, details: TrackingEventDetails?) {
41+
// an empty default implementation to make implementing this functionality optional
4142
}
4243
}

0 commit comments

Comments
 (0)