Interface MediaSaveOptions

interface MediaSaveOptions {
    addedCollections?: string[];
    mediaId: string;
    moduleName?: AndroidNavModule;
    removedCollections?: string[];
}

Properties

addedCollections?: string[]
mediaId: string
moduleName?: AndroidNavModule
removedCollections?: string[]