Skip to content

Commit

Permalink
fix: pro-guarding removal of enums (customerio#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Nov 18, 2021
1 parent ab94ef7 commit dd27d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/main/java/io/customer/sdk/data/request/Metric.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package io.customer.sdk.data.request
import com.squareup.moshi.Json
import com.squareup.moshi.JsonClass

@JsonClass(generateAdapter = false)
enum class MetricEvent {
delivered, opened, converted;
}
Expand Down

0 comments on commit dd27d35

Please sign in to comment.