Interface MediationLibraryUploader
-
- All Known Implementing Classes:
MediationLibraryUploaderStub
public interface MediationLibraryUploader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startuploadLibrary(LibraryFileItem[] fileItems2, MediationLibraryUploaderCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
uploadLibrary(LibraryFileItem[] fileItems2)
Auto generated method signature
-
-
-
Method Detail
-
uploadLibrary
void uploadLibrary(LibraryFileItem[] fileItems2) throws RemoteException
Auto generated method signature- Parameters:
uploadLibrary1
-- Throws:
RemoteException
-
startuploadLibrary
void startuploadLibrary(LibraryFileItem[] fileItems2, MediationLibraryUploaderCallbackHandler callback) throws RemoteException
Auto generated method signature for Asynchronous Invocations- Parameters:
uploadLibrary1
-- Throws:
RemoteException
-
-