Skip to content

Commit 2d04649

Browse files
refactor: Migrate Internal listeners class to kotlin (#520)
1 parent 1d53877 commit 2d04649

File tree

10 files changed

+501
-480
lines changed

10 files changed

+501
-480
lines changed

android-core/src/main/java/com/mparticle/SdkListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Note: This is an Experimental feature. Adding an instance of SdkListener will slow down the SDK and
1717
* should be used only in development.
18-
*
18+
* <p>
1919
* SdkListener is a new feature which enables updates on and visibility into internal Events occuring
2020
* inside the SDK.
2121
*/
@@ -123,7 +123,7 @@ public void onKitStarted(int kitId) {
123123
* @param kitId the id of the kit, corresponse with a {@link com.mparticle.MParticle.ServiceProviders}
124124
* @param reason a message containing the reason a kit was stopped
125125
*/
126-
public void onKitExcluded(int kitId, @NonNull String reason) {
126+
public void onKitExcluded(int kitId, @Nullable String reason) {
127127

128128
}
129129

android-core/src/main/java/com/mparticle/internal/listeners/ApiClass.java

Lines changed: 0 additions & 11 deletions
This file was deleted.

android-core/src/main/java/com/mparticle/internal/listeners/GraphListener.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)