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