Skip to content

Commit 7b83bb6

Browse files
jamesnroktMansi-mParticle
authored andcommitted
Add Maui as a wrapper SDK type
1 parent 22dfa17 commit 7b83bb6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

android-core/src/main/kotlin/com/mparticle/WrapperSdk.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ enum class WrapperSdk(wrapperSdkId: Int, wrapperSdkName: String) {
66
WrapperSdkReactNative(2, "React Native"),
77
WrapperSdkCordova(3, "Cordova"),
88
WrapperXamarin(4, "Xamarin"),
9-
WrapperFlutter(5, "Flutter");
9+
WrapperFlutter(5, "Flutter"),
10+
WrapperMaui(6, "Maui");
1011
}
1112

1213
/**

0 commit comments

Comments
 (0)