EditorFileScopeActionResponse
nesne için bir oluşturucu.
Yöntemler
Yöntem | Dönüş türü | Kısa açıklama |
---|---|---|
build() | EditorFileScopeActionResponse | Mevcut Editor işlemi yanıtını oluşturur. |
requestFileScopeForActiveDocument() | EditorFileScopeActionResponseBuilder | Mevcut etkin Editor dokümanı için drive.file kapsamını istiyor. |
Ayrıntılı belgeler
build()
Mevcut Editor işlemi yanıtını oluşturur.
Return
EditorFileScopeActionResponse
— Doğrulanmış EditorFileScopeActionResponse
.
requestFileScopeForActiveDocument()
Mevcut etkin Editor dokümanı için drive.file
kapsamını istiyor.
// 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();
Not: Bu yöntemi çağırmak için drive.file
kapsamını eklentinin
manifest'ini kullanabilirsiniz.
Return
EditorFileScopeActionResponseBuilder
: Zincirleme için bu nesne.