react-native-compressor 1.8.2 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27,8 +27,8 @@ abstract class CompressorSpec(context: ReactApplicationContext?) : ReactContextB
|
|
|
27
27
|
abstract fun download(fileUrl: String, options: ReadableMap, promise: Promise)
|
|
28
28
|
abstract fun activateBackgroundTask(options: ReadableMap, promise: Promise)
|
|
29
29
|
abstract fun deactivateBackgroundTask(options: ReadableMap, promise: Promise)
|
|
30
|
-
abstract fun createVideoThumbnail(fileUrl: String
|
|
31
|
-
abstract fun clearCache(cacheDir: String?, promise:
|
|
30
|
+
abstract fun createVideoThumbnail(fileUrl: String, options: ReadableMap, promise: Promise)
|
|
31
|
+
abstract fun clearCache(cacheDir: String?, promise: Promise)
|
|
32
32
|
abstract fun addListener(eventName: String)
|
|
33
33
|
abstract fun removeListeners(count: Double)
|
|
34
34
|
}
|