listFiles

expect abstract fun listFiles(channel: String, limit: Int? = null, next: PNPage.PNNext? = null): ListFiles
actual abstract fun listFiles(channel: String, limit: Int?, next: PNPage.PNNext?): ListFiles

Retrieve list of files uploaded to Channel.

Parameters

channel

Channel name

limit

Number of files to return. Minimum value is 1, and maximum is 100. Default value is 100.

next

Previously-returned cursor bookmark for fetching the next page. @see PNPage.PNNext

actual abstract fun listFiles(channel: String, limit: Int?, next: PNPage.PNNext?): ListFiles