fix: firebase initialization
This commit is contained in:
parent
f77269e468
commit
d15ffe7708
6 changed files with 20 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
package ani.dantotsu.connections.crashlytics
|
||||
|
||||
import android.content.Context
|
||||
|
||||
interface CrashlyticsInterface {
|
||||
fun initialize(context: Context)
|
||||
fun logException(e: Throwable)
|
||||
fun log(message: String)
|
||||
fun setUserId(id: String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue