Skip to content

Commit

Permalink
Merge pull request #610 from praveek/feature/uiservice
Browse files Browse the repository at this point in the history
Remove LocalNotificationHandler from Core
  • Loading branch information
praveek authored Feb 2, 2024
2 parents 9e993ba + 8cfb64b commit c0e4a86
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 514 deletions.
10 changes: 0 additions & 10 deletions code/core/api/core.api
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ public class com/adobe/marketing/mobile/ExtensionHelper {
public static fun notifyUnregistered (Lcom/adobe/marketing/mobile/Extension;)V
}

public class com/adobe/marketing/mobile/LocalNotificationHandler : android/content/BroadcastReceiver {
public fun <init> ()V
public fun onReceive (Landroid/content/Context;Landroid/content/Intent;)V
}

public final class com/adobe/marketing/mobile/LoggingMode : java/lang/Enum {
public static final field DEBUG Lcom/adobe/marketing/mobile/LoggingMode;
public static final field ERROR Lcom/adobe/marketing/mobile/LoggingMode;
Expand Down Expand Up @@ -214,11 +209,6 @@ public final class com/adobe/marketing/mobile/MobilePrivacyStatus : java/lang/En
public static fun values ()[Lcom/adobe/marketing/mobile/MobilePrivacyStatus;
}

public final class com/adobe/marketing/mobile/NotificationDismissalHandler : android/content/BroadcastReceiver {
public fun <init> ()V
public fun onReceive (Landroid/content/Context;Landroid/content/Intent;)V
}

public final class com/adobe/marketing/mobile/SharedStateResolution : java/lang/Enum {
public static final field ANY Lcom/adobe/marketing/mobile/SharedStateResolution;
public static final field LAST_SET Lcom/adobe/marketing/mobile/SharedStateResolution;
Expand Down
Loading

0 comments on commit c0e4a86

Please sign in to comment.