Discussion
議論
In order for the interface to appear, both isPresented
must be true
and documents
must not be empty. When the operation is finished, isPresented
will be set to false
before onCompletion
is called. If the user cancels the operation, isPresented
will be set to false
and onCompletion
will not be called.
インターフェイスが現れるようにするために、isPresented
はtrue
でなければならない、そしてdocuments
は空であってはならない、両方が必要です。操作が終了した場合、isPresented
はfalse
に設定されるでしょう、onCompletion
が呼び出される前に。ユーザが操作を取り消すならば、isPresented
はfalse
に設定されます、そしてonCompletion
は呼び出されません。
The contentType
provided must be included within the document type’s writableContentTypes
, otherwise the first valid writable content type will be used instead.
提供されたcontentType
は、書類型のもつwritableContentTypes
内に含まれなければなりません、そうでなければ最初の有効な書き出し可能な内容型が代わりに使われるでしょう。