getEmbedlyApiKey

open fun getEmbedlyApiKey(@NonNull context: Context, @Nullable defaultValue: String): String

The Embedly API key (empty if no key is configured)

Return

Embedly API key or null

Parameters

context

The application context

defaultValue

Value to return if the Embedly API key does not exist.