ImgLyActivity

open class ImgLyActivity

Types

ImgLyContextThemeWrapper
Link copied to clipboard
open class ImgLyContextThemeWrapper
OnActivityResult
Link copied to clipboard
interface OnActivityResult

Functions

createStyledContext
Link copied to clipboard
open fun createStyledContext(styleId: Int): ImgLyActivity.ImgLyContextThemeWrapper
open fun createStyledContext(context: Context, styleId: Int): ImgLyActivity.ImgLyContextThemeWrapper
createStyledInflater
Link copied to clipboard
open fun createStyledInflater(styleId: Int): LayoutInflater
open fun createStyledInflater(context: Context, styleId: Int): LayoutInflater
findEditorPreview
Link copied to clipboard
open fun findEditorPreview(container: ViewGroup): EditorPreview
findView
Link copied to clipboard
open fun <ViewClass : View?> findView(id: Int): ViewClass
getActivityResult
Link copied to clipboard
open fun getActivityResult(intent: Intent, callback: ImgLyActivity.OnActivityResult)
getAsyncInflater
Link copied to clipboard
open fun getAsyncInflater(): AsyncLayoutInflater
open fun getAsyncInflater(context: Context): AsyncLayoutInflater
getConfig
Link copied to clipboard
open fun getConfig(): AssetConfig
getEditorPreview
Link copied to clipboard
open fun getEditorPreview(): EditorPreview
getInflater
Link copied to clipboard
open fun getInflater(): LayoutInflater
open fun getInflater(context: Context): LayoutInflater
getIntent
Link copied to clipboard
open fun getIntent(): Intent
getStyledContext
Link copied to clipboard
open fun getStyledContext(context: Context): ImgLyActivity.ImgLyContextThemeWrapper
getStyledInflater
Link copied to clipboard
open fun getStyledInflater(context: Context, styleId: Int): LayoutInflater
readStateHandler
Link copied to clipboard
open fun readStateHandler(): Boolean
setTheme
Link copied to clipboard
open fun setTheme(resourceId: Int)

Properties

cacheSizeInMB
Link copied to clipboard
open val cacheSizeInMB: Int
imgLyIntent
Link copied to clipboard
private open val imgLyIntent: ImgLyIntent
stateHandler
Link copied to clipboard
private open val stateHandler: StateHandler