Class EditorFileScopeActionResponseBuilder

РедакторФилескопеActionResponseBuilder

Построитель объектов EditorFileScopeActionResponse .

Методы

Метод Тип возврата Краткое описание
build() EditorFileScopeActionResponse Создает текущий ответ действия редактора.
requestFileScopeForActiveDocument() EditorFileScopeActionResponseBuilder Запрашивает область drive.file для текущего активного документа редактора.

Подробная документация

build()

Создает текущий ответ действия редактора.

Возвращаться

EditorFileScopeActionResponse — проверенный EditorFileScopeActionResponse .


requestFileScopeForActiveDocument()

Запрашивает область drive.file для текущего активного документа редактора.

// Display a permissions dialog to the user, requesting `drive.file` scope for the current
// document on behalf of this add-on.
CardService.newEditorFileScopeActionResponseBuilder()
    .requestFileScopeForActiveDocument()
    .build();

Примечание. Чтобы вызвать этот метод, необходимо добавить область drive.file в манифест надстройки.

Возвращаться

EditorFileScopeActionResponseBuilder — этот объект для цепочки.