638 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			638 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
| .class public Lcom/google/firebase/messaging/FirebaseMessagingService;
 | |
| .super Lcom/google/firebase/messaging/EnhancedIntentService;
 | |
| .source "com.google.firebase:firebase-messaging@@23.0.0"
 | |
| 
 | |
| 
 | |
| # static fields
 | |
| .field public static final ACTION_DIRECT_BOOT_REMOTE_INTENT:Ljava/lang/String; = "com.google.firebase.messaging.RECEIVE_DIRECT_BOOT"
 | |
|     .annotation build Landroidx/annotation/NonNull;
 | |
|     .end annotation
 | |
| .end field
 | |
| 
 | |
| .field private static final recentlyReceivedMessageIds:Ljava/util/Queue;
 | |
|     .annotation system Ldalvik/annotation/Signature;
 | |
|         value = {
 | |
|             "Ljava/util/Queue<",
 | |
|             "Ljava/lang/String;",
 | |
|             ">;"
 | |
|         }
 | |
|     .end annotation
 | |
| .end field
 | |
| 
 | |
| 
 | |
| # direct methods
 | |
| .method static constructor <clinit>()V
 | |
|     .locals 2
 | |
| 
 | |
|     .line 1
 | |
|     new-instance v0, Ljava/util/ArrayDeque;
 | |
| 
 | |
|     const/16 v1, 0xa
 | |
| 
 | |
|     invoke-direct {v0, v1}, Ljava/util/ArrayDeque;-><init>(I)V
 | |
| 
 | |
|     sput-object v0, Lcom/google/firebase/messaging/FirebaseMessagingService;->recentlyReceivedMessageIds:Ljava/util/Queue;
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public constructor <init>()V
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-direct {p0}, Lcom/google/firebase/messaging/EnhancedIntentService;-><init>()V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method private alreadyReceivedMessage(Ljava/lang/String;)Z
 | |
|     .locals 4
 | |
| 
 | |
|     .line 1
 | |
|     invoke-static {p1}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     const/4 v1, 0x0
 | |
| 
 | |
|     if-eqz v0, :cond_0
 | |
| 
 | |
|     return v1
 | |
| 
 | |
|     :cond_0
 | |
|     sget-object v0, Lcom/google/firebase/messaging/FirebaseMessagingService;->recentlyReceivedMessageIds:Ljava/util/Queue;
 | |
| 
 | |
|     .line 2
 | |
|     invoke-interface {v0, p1}, Ljava/util/Queue;->contains(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     if-eqz v2, :cond_3
 | |
| 
 | |
|     const/4 v0, 0x3
 | |
| 
 | |
|     const-string v1, "FirebaseMessaging"
 | |
| 
 | |
|     .line 3
 | |
|     invoke-static {v1, v0}, Landroid/util/Log;->isLoggable(Ljava/lang/String;I)Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     if-eqz v0, :cond_2
 | |
| 
 | |
|     .line 4
 | |
|     invoke-static {p1}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     const-string v0, "Received duplicate message: "
 | |
| 
 | |
|     invoke-virtual {p1}, Ljava/lang/String;->length()I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     if-eqz v2, :cond_1
 | |
| 
 | |
|     invoke-virtual {v0, p1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_1
 | |
|     new-instance p1, Ljava/lang/String;
 | |
| 
 | |
|     invoke-direct {p1, v0}, Ljava/lang/String;-><init>(Ljava/lang/String;)V
 | |
| 
 | |
|     :goto_0
 | |
|     invoke-static {v1, p1}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
 | |
| 
 | |
|     :cond_2
 | |
|     const/4 p1, 0x1
 | |
| 
 | |
|     return p1
 | |
| 
 | |
|     .line 5
 | |
|     :cond_3
 | |
|     invoke-interface {v0}, Ljava/util/Queue;->size()I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     const/16 v3, 0xa
 | |
| 
 | |
|     if-lt v2, v3, :cond_4
 | |
| 
 | |
|     .line 6
 | |
|     invoke-interface {v0}, Ljava/util/Queue;->remove()Ljava/lang/Object;
 | |
| 
 | |
|     .line 7
 | |
|     :cond_4
 | |
|     invoke-interface {v0, p1}, Ljava/util/Queue;->add(Ljava/lang/Object;)Z
 | |
| 
 | |
|     return v1
 | |
| .end method
 | |
| 
 | |
| .method private dispatchMessage(Landroid/content/Intent;)V
 | |
|     .locals 4
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p1}, Landroid/content/Intent;->getExtras()Landroid/os/Bundle;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     if-nez v0, :cond_0
 | |
| 
 | |
|     new-instance v0, Landroid/os/Bundle;
 | |
| 
 | |
|     .line 2
 | |
|     invoke-direct {v0}, Landroid/os/Bundle;-><init>()V
 | |
| 
 | |
|     :cond_0
 | |
|     const-string v1, "androidx.content.wakelockid"
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {v0, v1}, Landroid/os/Bundle;->remove(Ljava/lang/String;)V
 | |
| 
 | |
|     .line 4
 | |
|     invoke-static {v0}, Lcom/google/firebase/messaging/NotificationParams;->isNotification(Landroid/os/Bundle;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-eqz v1, :cond_2
 | |
| 
 | |
|     new-instance v1, Lcom/google/firebase/messaging/NotificationParams;
 | |
| 
 | |
|     .line 5
 | |
|     invoke-direct {v1, v0}, Lcom/google/firebase/messaging/NotificationParams;-><init>(Landroid/os/Bundle;)V
 | |
| 
 | |
|     .line 6
 | |
|     invoke-static {}, Lcom/google/firebase/messaging/FcmExecutors;->newNetworkIOExecutor()Ljava/util/concurrent/ExecutorService;
 | |
| 
 | |
|     move-result-object v2
 | |
| 
 | |
|     new-instance v3, Lcom/google/firebase/messaging/DisplayNotification;
 | |
| 
 | |
|     invoke-direct {v3, p0, v1, v2}, Lcom/google/firebase/messaging/DisplayNotification;-><init>(Landroid/content/Context;Lcom/google/firebase/messaging/NotificationParams;Ljava/util/concurrent/Executor;)V
 | |
| 
 | |
|     .line 7
 | |
|     :try_start_0
 | |
|     invoke-virtual {v3}, Lcom/google/firebase/messaging/DisplayNotification;->handleNotification()Z
 | |
| 
 | |
|     move-result v1
 | |
|     :try_end_0
 | |
|     .catchall {:try_start_0 .. :try_end_0} :catchall_0
 | |
| 
 | |
|     if-eqz v1, :cond_1
 | |
| 
 | |
|     .line 8
 | |
|     invoke-interface {v2}, Ljava/util/concurrent/ExecutorService;->shutdown()V
 | |
| 
 | |
|     return-void
 | |
| 
 | |
|     :cond_1
 | |
|     invoke-interface {v2}, Ljava/util/concurrent/ExecutorService;->shutdown()V
 | |
| 
 | |
|     .line 9
 | |
|     invoke-static {p1}, Lcom/google/firebase/messaging/MessagingAnalytics;->shouldUploadScionMetrics(Landroid/content/Intent;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-eqz v1, :cond_2
 | |
| 
 | |
|     .line 10
 | |
|     invoke-static {p1}, Lcom/google/firebase/messaging/MessagingAnalytics;->logNotificationForeground(Landroid/content/Intent;)V
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :catchall_0
 | |
|     move-exception p1
 | |
| 
 | |
|     .line 11
 | |
|     invoke-interface {v2}, Ljava/util/concurrent/ExecutorService;->shutdown()V
 | |
| 
 | |
|     .line 12
 | |
|     throw p1
 | |
| 
 | |
|     .line 13
 | |
|     :cond_2
 | |
|     :goto_0
 | |
|     new-instance p1, Lcom/google/firebase/messaging/RemoteMessage;
 | |
| 
 | |
|     invoke-direct {p1, v0}, Lcom/google/firebase/messaging/RemoteMessage;-><init>(Landroid/os/Bundle;)V
 | |
| 
 | |
|     invoke-virtual {p0, p1}, Lcom/google/firebase/messaging/FirebaseMessagingService;->onMessageReceived(Lcom/google/firebase/messaging/RemoteMessage;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method private getMessageId(Landroid/content/Intent;)Ljava/lang/String;
 | |
|     .locals 1
 | |
| 
 | |
|     const-string v0, "google.message_id"
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p1, v0}, Landroid/content/Intent;->getStringExtra(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     if-nez v0, :cond_0
 | |
| 
 | |
|     const-string v0, "message_id"
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {p1, v0}, Landroid/content/Intent;->getStringExtra(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     return-object p1
 | |
| 
 | |
|     :cond_0
 | |
|     return-object v0
 | |
| .end method
 | |
| 
 | |
| .method private handleMessageIntent(Landroid/content/Intent;)V
 | |
|     .locals 1
 | |
| 
 | |
|     const-string v0, "google.message_id"
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p1, v0}, Landroid/content/Intent;->getStringExtra(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     .line 2
 | |
|     invoke-direct {p0, v0}, Lcom/google/firebase/messaging/FirebaseMessagingService;->alreadyReceivedMessage(Ljava/lang/String;)Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     if-nez v0, :cond_0
 | |
| 
 | |
|     .line 3
 | |
|     invoke-direct {p0, p1}, Lcom/google/firebase/messaging/FirebaseMessagingService;->passMessageIntentToSdk(Landroid/content/Intent;)V
 | |
| 
 | |
|     :cond_0
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method private passMessageIntentToSdk(Landroid/content/Intent;)V
 | |
|     .locals 6
 | |
| 
 | |
|     const-string v0, "message_type"
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p1, v0}, Landroid/content/Intent;->getStringExtra(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     const-string v1, "gcm"
 | |
| 
 | |
|     if-nez v0, :cond_0
 | |
| 
 | |
|     move-object v0, v1
 | |
| 
 | |
|     :cond_0
 | |
|     invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
 | |
| 
 | |
|     move-result v2
 | |
| 
 | |
|     const/4 v3, 0x3
 | |
| 
 | |
|     const/4 v4, 0x2
 | |
| 
 | |
|     const/4 v5, 0x1
 | |
| 
 | |
|     sparse-switch v2, :sswitch_data_0
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :sswitch_0
 | |
|     const-string v1, "send_event"
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-eqz v1, :cond_1
 | |
| 
 | |
|     move v1, v4
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     :sswitch_1
 | |
|     const-string v1, "send_error"
 | |
| 
 | |
|     invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-eqz v1, :cond_1
 | |
| 
 | |
|     move v1, v3
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     :sswitch_2
 | |
|     invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-eqz v1, :cond_1
 | |
| 
 | |
|     const/4 v1, 0x0
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     :sswitch_3
 | |
|     const-string v1, "deleted_messages"
 | |
| 
 | |
|     invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-eqz v1, :cond_1
 | |
| 
 | |
|     move v1, v5
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     :cond_1
 | |
|     :goto_0
 | |
|     const/4 v1, -0x1
 | |
| 
 | |
|     :goto_1
 | |
|     if-eqz v1, :cond_6
 | |
| 
 | |
|     if-eq v1, v5, :cond_5
 | |
| 
 | |
|     if-eq v1, v4, :cond_4
 | |
| 
 | |
|     if-eq v1, v3, :cond_3
 | |
| 
 | |
|     const-string p1, "Received message with unknown type: "
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {v0}, Ljava/lang/String;->length()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-eqz v1, :cond_2
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p1, v0}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     goto :goto_2
 | |
| 
 | |
|     :cond_2
 | |
|     new-instance v0, Ljava/lang/String;
 | |
| 
 | |
|     invoke-direct {v0, p1}, Ljava/lang/String;-><init>(Ljava/lang/String;)V
 | |
| 
 | |
|     move-object p1, v0
 | |
| 
 | |
|     :goto_2
 | |
|     const-string v0, "FirebaseMessaging"
 | |
| 
 | |
|     invoke-static {v0, p1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
 | |
| 
 | |
|     return-void
 | |
| 
 | |
|     .line 5
 | |
|     :cond_3
 | |
|     invoke-direct {p0, p1}, Lcom/google/firebase/messaging/FirebaseMessagingService;->getMessageId(Landroid/content/Intent;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     new-instance v1, Lcom/google/firebase/messaging/SendException;
 | |
| 
 | |
|     const-string v2, "error"
 | |
| 
 | |
|     .line 6
 | |
|     invoke-virtual {p1, v2}, Landroid/content/Intent;->getStringExtra(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-direct {v1, p1}, Lcom/google/firebase/messaging/SendException;-><init>(Ljava/lang/String;)V
 | |
| 
 | |
|     .line 7
 | |
|     invoke-virtual {p0, v0, v1}, Lcom/google/firebase/messaging/FirebaseMessagingService;->onSendError(Ljava/lang/String;Ljava/lang/Exception;)V
 | |
| 
 | |
|     return-void
 | |
| 
 | |
|     :cond_4
 | |
|     const-string v0, "google.message_id"
 | |
| 
 | |
|     .line 8
 | |
|     invoke-virtual {p1, v0}, Landroid/content/Intent;->getStringExtra(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-virtual {p0, p1}, Lcom/google/firebase/messaging/FirebaseMessagingService;->onMessageSent(Ljava/lang/String;)V
 | |
| 
 | |
|     return-void
 | |
| 
 | |
|     .line 9
 | |
|     :cond_5
 | |
|     invoke-virtual {p0}, Lcom/google/firebase/messaging/FirebaseMessagingService;->onDeletedMessages()V
 | |
| 
 | |
|     return-void
 | |
| 
 | |
|     .line 10
 | |
|     :cond_6
 | |
|     invoke-static {p1}, Lcom/google/firebase/messaging/MessagingAnalytics;->logNotificationReceived(Landroid/content/Intent;)V
 | |
| 
 | |
|     .line 11
 | |
|     invoke-direct {p0, p1}, Lcom/google/firebase/messaging/FirebaseMessagingService;->dispatchMessage(Landroid/content/Intent;)V
 | |
| 
 | |
|     return-void
 | |
| 
 | |
|     :sswitch_data_0
 | |
|     .sparse-switch
 | |
|         -0x7aedf14e -> :sswitch_3
 | |
|         0x18f11 -> :sswitch_2
 | |
|         0x308f3e91 -> :sswitch_1
 | |
|         0x3090df23 -> :sswitch_0
 | |
|     .end sparse-switch
 | |
| .end method
 | |
| 
 | |
| 
 | |
| # virtual methods
 | |
| .method public getStartCommandIntent(Landroid/content/Intent;)Landroid/content/Intent;
 | |
|     .locals 0
 | |
|     .param p1    # Landroid/content/Intent;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .annotation build Landroidx/annotation/NonNull;
 | |
|     .end annotation
 | |
| 
 | |
|     .line 1
 | |
|     invoke-static {}, Lcom/google/firebase/messaging/ServiceStarter;->getInstance()Lcom/google/firebase/messaging/ServiceStarter;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-virtual {p1}, Lcom/google/firebase/messaging/ServiceStarter;->getMessagingEvent()Landroid/content/Intent;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     return-object p1
 | |
| .end method
 | |
| 
 | |
| .method public handleIntent(Landroid/content/Intent;)V
 | |
|     .locals 2
 | |
|     .param p1    # Landroid/content/Intent;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
| 
 | |
|     .line 1
 | |
|     invoke-virtual {p1}, Landroid/content/Intent;->getAction()Ljava/lang/String;
 | |
| 
 | |
|     move-result-object v0
 | |
| 
 | |
|     const-string v1, "com.google.android.c2dm.intent.RECEIVE"
 | |
| 
 | |
|     .line 2
 | |
|     invoke-virtual {v1, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-nez v1, :cond_3
 | |
| 
 | |
|     const-string v1, "com.google.firebase.messaging.RECEIVE_DIRECT_BOOT"
 | |
| 
 | |
|     invoke-virtual {v1, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-eqz v1, :cond_0
 | |
| 
 | |
|     goto :goto_1
 | |
| 
 | |
|     :cond_0
 | |
|     const-string v1, "com.google.firebase.messaging.NEW_TOKEN"
 | |
| 
 | |
|     .line 3
 | |
|     invoke-virtual {v1, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
 | |
| 
 | |
|     move-result v0
 | |
| 
 | |
|     if-eqz v0, :cond_1
 | |
| 
 | |
|     const-string v0, "token"
 | |
| 
 | |
|     .line 4
 | |
|     invoke-virtual {p1, v0}, Landroid/content/Intent;->getStringExtra(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-virtual {p0, p1}, Lcom/google/firebase/messaging/FirebaseMessagingService;->onNewToken(Ljava/lang/String;)V
 | |
| 
 | |
|     return-void
 | |
| 
 | |
|     .line 5
 | |
|     :cond_1
 | |
|     invoke-virtual {p1}, Landroid/content/Intent;->getAction()Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     invoke-static {p1}, Ljava/lang/String;->valueOf(Ljava/lang/Object;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     const-string v0, "Unknown intent action: "
 | |
| 
 | |
|     invoke-virtual {p1}, Ljava/lang/String;->length()I
 | |
| 
 | |
|     move-result v1
 | |
| 
 | |
|     if-eqz v1, :cond_2
 | |
| 
 | |
|     invoke-virtual {v0, p1}, Ljava/lang/String;->concat(Ljava/lang/String;)Ljava/lang/String;
 | |
| 
 | |
|     move-result-object p1
 | |
| 
 | |
|     goto :goto_0
 | |
| 
 | |
|     :cond_2
 | |
|     new-instance p1, Ljava/lang/String;
 | |
| 
 | |
|     invoke-direct {p1, v0}, Ljava/lang/String;-><init>(Ljava/lang/String;)V
 | |
| 
 | |
|     :goto_0
 | |
|     const-string v0, "FirebaseMessaging"
 | |
| 
 | |
|     invoke-static {v0, p1}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I
 | |
| 
 | |
|     return-void
 | |
| 
 | |
|     .line 6
 | |
|     :cond_3
 | |
|     :goto_1
 | |
|     invoke-direct {p0, p1}, Lcom/google/firebase/messaging/FirebaseMessagingService;->handleMessageIntent(Landroid/content/Intent;)V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onDeletedMessages()V
 | |
|     .locals 0
 | |
|     .annotation build Landroidx/annotation/WorkerThread;
 | |
|     .end annotation
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onMessageReceived(Lcom/google/firebase/messaging/RemoteMessage;)V
 | |
|     .locals 0
 | |
|     .param p1    # Lcom/google/firebase/messaging/RemoteMessage;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .annotation build Landroidx/annotation/WorkerThread;
 | |
|     .end annotation
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onMessageSent(Ljava/lang/String;)V
 | |
|     .locals 0
 | |
|     .param p1    # Ljava/lang/String;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .annotation build Landroidx/annotation/WorkerThread;
 | |
|     .end annotation
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onNewToken(Ljava/lang/String;)V
 | |
|     .locals 0
 | |
|     .param p1    # Ljava/lang/String;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .annotation build Landroidx/annotation/WorkerThread;
 | |
|     .end annotation
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public onSendError(Ljava/lang/String;Ljava/lang/Exception;)V
 | |
|     .locals 0
 | |
|     .param p1    # Ljava/lang/String;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .param p2    # Ljava/lang/Exception;
 | |
|         .annotation build Landroidx/annotation/NonNull;
 | |
|         .end annotation
 | |
|     .end param
 | |
|     .annotation build Landroidx/annotation/WorkerThread;
 | |
|     .end annotation
 | |
| 
 | |
|     return-void
 | |
| .end method
 |