Class TitleStorageService
- Namespace
- PlayEveryWare.EpicOnlineServices.Samples
Class TitleStorageService
is a simplified wrapper for EOS TitleStorage Interface.
public class TitleStorageService : StorageService<TitleStorageFileTransferRequestWrapper>, IDisposable
- Inheritance
-
StorageService<TitleStorageFileTransferRequestWrapper>TitleStorageService
- Implements
- Inherited Members
Properties
Instance
Accessor for the instance.
public static TitleStorageService Instance { get; }
Property Value
QueryListCallback
public EOSResultEventHandler QueryListCallback { get; }
Property Value
- EOSResultEventHandler
Methods
DownloadFile(string, EOSResultEventHandler)
public void DownloadFile(string fileName, EOSResultEventHandler ReadFileCompleted)
Parameters
fileName
stringReadFileCompleted
EOSResultEventHandler
GetCachedCurrentFileNames()
public List<string> GetCachedCurrentFileNames()
Returns
InternalRefreshAsync()
Implementation of this function should refresh the locally cached data managed by the service manager in question.
protected override Task InternalRefreshAsync()
Returns
QueryFileList(string[], EOSResultEventHandler)
public void QueryFileList(string[] tags, EOSResultEventHandler QueryFileListCompleted)
Parameters
tags
string[]QueryFileListCompleted
EOSResultEventHandler