@JvmOverloads fun postNote(content: String, permission: Permission = Story.Permission.PUBLIC, : Boolean = true, androidExecParams: Map<String, String>? = null, iosExecParams: Map<String, String>? = null, androidMarketParams: Map<String, String>? = null, iosMarketParams: Map<String, String>? = null, callback: (storyPostResult: StoryPostResult?, error: Throwable?) -> Unit): Unit
카카오스토리에 글 스토리 쓰기.