Compare commits
1 commit
378380fe45
...
92a85771a2
Author | SHA1 | Date | |
---|---|---|---|
92a85771a2 |
1 changed files with 5 additions and 5 deletions
|
@ -22,11 +22,11 @@ interface ProfileDownloadCallback {
|
||||||
|
|
||||||
data class ProfileMetadata(
|
data class ProfileMetadata(
|
||||||
val iccid: String,
|
val iccid: String,
|
||||||
val serviceProviderName: String,
|
val serviceProviderName: String?,
|
||||||
val profileName: String,
|
val profileName: String?,
|
||||||
val iconType: String,
|
val iconType: String?,
|
||||||
val icon: String,
|
val icon: String?,
|
||||||
val profileClass: String,
|
val profileClass: String?,
|
||||||
)
|
)
|
||||||
|
|
||||||
fun onStateUpdate(state: DownloadState)
|
fun onStateUpdate(state: DownloadState)
|
||||||
|
|
Loading…
Add table
Reference in a new issue