postNote

fun postNote(content: String, permission: Story.Permission = Story.Permission.PUBLIC, enableShare: Boolean = true, androidExecParam: Map<String, String>? = null, iosExecParam: Map<String, String>? = null, androidMarketParam: Map<String, String>? = null, iosMarketParam: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit)

카카오스토리에 글 스토리 쓰기.