IRemoteJobService.smali
.class public interface abstract Lcom/firebase/jobdispatcher/IRemoteJobService;
.super Ljava/lang/Object;
.source "IRemoteJobService.java"
# interfaces
.implements Landroid/os/IInterface;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/firebase/jobdispatcher/IRemoteJobService$Stub;
}
.end annotation
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract start(Landroid/os/Bundle;Lcom/firebase/jobdispatcher/IJobCallback;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method
.method public abstract stop(Landroid/os/Bundle;Z)V
.annotation system Ldalvik/annotation/Throws;
value = {
Landroid/os/RemoteException;
}
.end annotation
.end method