data class BackupInfo
Represents a result from exporting the backup. You must save this information;
<init> |
Represents a result from exporting the backup. You must save this information; BackupInfo(localPath: String, keySeed: String) |
keySeed |
is the seed used for exporting and for key pair generation. val keySeed: String |
localPath |
is path to the backup file stored on device. val localPath: String |