Class EditorFileScopeActionResponseBuilder

EditorFileScopeActionResponseBuilder

سازنده برای اشیاء 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 - این شیء برای زنجیره زدن.