ly.img.android.pesdk.ui.activity / ImgLyIntent / startActivityForResult

startActivityForResult

abstract fun startActivityForResult(fragment: Activity!, resultId: Int): Unit
abstract fun startActivityForResult(fragment: Fragment!, resultId: Int): Unit
open fun startActivityForResult(activity: Activity!, resultId: Int, permissions: Array<String!>!): Unit
open fun startActivityForResult(fragment: Fragment!, resultId: Int, permissions: Array<String!>!): Unit
open fun startActivityForResult(fragment: Fragment!, resultId: Int, permissions: Array<String!>!): Unit protected open fun startActivityForResult(delegator: ImgLyIntent.ResultDelegator!, resultId: Int, permissions: Array<String!>!): Unit

Start the Activity and return the result at the end.

Parameters

resultId - Int: the result id to identifier the result.

permissions - Array<String!>!: Permission that muss be accept for Android 6.0 and above