All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pubnub.internal.models.server.files.FileUploadNotification.kt Maven / Gradle / Ivy

package com.pubnub.internal.models.server.files

import com.pubnub.api.models.consumer.files.PNBaseFile

data class FileUploadNotification(
    val message: Any?,
    val file: PNBaseFile,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy