ImageSaver
Constructors
Functions
Link copied to clipboard
suspend fun saveImageFromUrl(context: Context, permissionHandler: PermissionHandler, imageUrl: String, fileName: String? = null, fileRelativePath: String? = null): Result<Unit>
Link copied to clipboard
suspend fun saveImageFromView(context: Context, permissionHandler: PermissionHandler, view: View, @ColorInt backgroundColor: Int? = null, fileName: String? = null, fileRelativePath: String? = null): Result<Unit>