Class EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponseBuilder

Kreator EditorFileScopeActionResponse obiektów.

Metody

MetodaZwracany typKrótki opis
build()EditorFileScopeActionResponseTworzy bieżącą odpowiedź działania edytora.
requestFileScopeForActiveDocument()EditorFileScopeActionResponseBuilderŻąda zakresu drive.file dla bieżącego aktywnego dokumentu Edytora.

Szczegółowa dokumentacja

build()

Tworzy bieżącą odpowiedź działania edytora.

Powrót

EditorFileScopeActionResponse – zweryfikowana wartość EditorFileScopeActionResponse.


requestFileScopeForActiveDocument()

Żąda zakresu drive.file dla bieżącego aktywnego dokumentu Edytora.

// 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();

Uwaga: aby wywołać tę metodę, musisz dodać zakres drive.file do funkcji dodatku pliku manifestu.

Powrót

EditorFileScopeActionResponseBuilder – obiekt do tworzenia łańcuchów.