IMGLYProduct

enum IMGLYProduct

Entries

UNKNOWN
Link copied to clipboard
PESDK
Link copied to clipboard
VESDK
Link copied to clipboard

Functions

getProductOfContext
Link copied to clipboard
open fun getProductOfContext(context: Context): IMGLYProduct
hasBranding
Link copied to clipboard
open fun hasBranding(): Boolean
hasFeature
Link copied to clipboard
abstract fun hasFeature(feature: Feature): Boolean
hasWatermark
Link copied to clipboard
abstract fun hasWatermark(): Boolean
isEnabled
Link copied to clipboard
abstract fun isEnabled(): Boolean
saveEdit
Link copied to clipboard
abstract fun saveEdit()

Properties

forbiddenForTesting
Link copied to clipboard
open val forbiddenForTesting: HashSet<Feature>