Companion

object Companion : BaseActivity.RtuCompanion<CroppingActivity.Result>

Functions

Link copied to clipboard
open override fun extractResult(resultCode: Int, data: Intent?): CroppingActivity.Result

Extract result entity encapsulating this RTU-activity's work.

Link copied to clipboard
fun newIntent(context: Context, configuration: CroppingConfiguration): Intent

Factory method to construct intent to start this activity.