Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

DialogSelectionListener

Angad Singh edited this page Apr 1, 2017 · 3 revisions

public interface DialogSelectionListener

Interface definition for a callback to be invoked when dialog selects files.

Summary

Public Methods
void onSelectedFilePaths(String files[])
Called when files/directories are selected.

Public Methods

onSelectedFilePaths

void onSelectedFilePaths(String files[])

Called when files/directories are selected.

Parameters
String[] An array of string containing selected files/directories paths.
Clone this wiki locally