EditorSDKResult

class EditorSDKResult(intent: <ERROR CLASS>)

Types

Builder
Link copied to clipboard
class Builder constructor(status: EditorSDKResult.Status, intent: <ERROR CLASS>)
Companion
Link copied to clipboard
object Companion
LegacySupport
Link copied to clipboard
object LegacySupport
NotAnImglyResultException
Link copied to clipboard
class NotAnImglyResultException : RuntimeException
Status
Link copied to clipboard
enum Status : Enum<EditorSDKResult.Status>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
notifyGallery
Link copied to clipboard

Notify system to Update Galleries. Usage:

notifyGallery(EditorSDKResult.UPDATE_RESULT)
or
notifyGallery(EditorSDKResult.UPDATE_SOURCE)
or
notifyGallery(EditorSDKResult.UPDATE_RESULT and EditorSDKResult.UPDATE_SOURCE)

fun notifyGallery(to: Int)
toString
Link copied to clipboard
open override fun toString(): String

Properties

intent
Link copied to clipboard
var intent: <ERROR CLASS>
product
Link copied to clipboard
var product: <ERROR CLASS>
resultIsDifferentThenSource
Link copied to clipboard
val resultIsDifferentThenSource: <ERROR CLASS>
resultStatus
Link copied to clipboard
var resultStatus: EditorSDKResult.Status
resultUri
Link copied to clipboard
var resultUri: <ERROR CLASS>?
settingsList
Link copied to clipboard
var settingsList: <ERROR CLASS>
sourceUri
Link copied to clipboard
var sourceUri: <ERROR CLASS>?