gsdsdk / com.gsd.software.sdk.fileservice.notification / FileServiceNotification
interface FileServiceNotification
Created by jmielczarek on 10/08/2020
Name | Summary |
---|---|
cancel | abstract fun cancel(notificationId: Int ): Unit |
createCancelNotification | abstract fun createCancelNotification(fileInfo: FileInfo ): Notification |
createErrorNotification | abstract fun createErrorNotification(fileInfo: FileInfo ): Notification |
createProgressNotification | abstract fun createProgressNotification(fileInfo: FileInfo , isIndeterminate: Boolean ): Notification |
createSuccessNotification | abstract fun createSuccessNotification(fileInfo: FileInfo ): Notification |
getForegroundNotificationId | abstract fun getForegroundNotificationId(): Int |
notify | abstract fun notify(notificationId: Int , notification: Notification ): Unit |