getKey

inline fun <T : Any> getKey(path: String, defVal: T?): T?(source)

Deprecated

AcraApplication is deprecated, use CloudStreamApp instead

Replace with

com.lagradost.cloudstream3.CloudStreamApp.getKey(path, defVal)

inline fun <T : Any> getKey(path: String): T?(source)

Deprecated

AcraApplication is deprecated, use CloudStreamApp instead

Replace with

com.lagradost.cloudstream3.CloudStreamApp.getKey(path)

inline fun <T : Any> getKey(folder: String, path: String): T?(source)

Deprecated

AcraApplication is deprecated, use CloudStreamApp instead

Replace with

com.lagradost.cloudstream3.CloudStreamApp.getKey(folder, path)

inline fun <T : Any> getKey(folder: String, path: String, defVal: T?): T?(source)

Deprecated

AcraApplication is deprecated, use CloudStreamApp instead

Replace with

com.lagradost.cloudstream3.CloudStreamApp.getKey(folder, path, defVal)