ly.img.android.pesdk.backend.model.state / EditorSaveSettings / setExportDir

setExportDir

open fun setExportDir(path: String!): EditorSaveSettings!

Set the Export directory save path of the captured image.

Parameters

path - String!: the absolutely save directory

Return
EditorSaveSettings!: this intent.

open fun setExportDir(directory: Directory.EnvironmentDir!, folderName: String!): EditorSaveSettings!

Set the Export directory save path of the captured image.

Parameters

directory - Directory.EnvironmentDir!: A specific system directory

folderName - String!: A folder name will saved in the system directory.

Return
EditorSaveSettings!: this intent.

open fun setExportDir(directory: Directory.EnvironmentDirApi19!, folderName: String!): EditorSaveSettings!

!!!Do not use Directory.DOCUMENTS until API 19.!!! Set the Export directory save path of the captured image.

Parameters

directory - Directory.EnvironmentDirApi19!: A specific system directory

folderName - String!: A folder name will saved in the system directory.

Return
EditorSaveSettings!: this intent.