Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia
/
io.writeopia.sdk.manager
/
WriteopiaManager
/
newDocument
new
Document
fun
newDocument
(
documentId
:
String
=
GenerateId.generate()
,
userId
:
String
=
""
,
title
:
String
=
""
,
parentFolder
:
String
=
"root"
)
:
Pair
<
DocumentInfo
,
StoryState
>