Builder ל-EditorFileScopeActionResponse
אובייקטים.
שיטות
שיטה | סוג הערך המוחזר | תיאור קצר |
---|---|---|
build() | EditorFileScopeActionResponse | יצירת התגובה הנוכחית לפעולה של Editor. |
requestFileScopeForActiveDocument() | EditorFileScopeActionResponseBuilder | נשלחת בקשה להיקף drive.file עבור מסמך ה-Editor הפעיל הנוכחי. |
מסמכי תיעוד מפורטים
build()
יצירת התגובה הנוכחית לפעולה של Editor.
חזרה
EditorFileScopeActionResponse
– EditorFileScopeActionResponse
מאומת.
requestFileScopeForActiveDocument()
נשלחת בקשה להיקף drive.file
עבור מסמך ה-Editor הפעיל הנוכחי.
// 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();
הערה: כדי להפעיל את ה-method הזה, צריך להוסיף את ההיקף (drive.file
) של התוסף
.
חזרה
EditorFileScopeActionResponseBuilder
– האובייקט הזה, לשרשור.