Compare commits

..

1 commit

Author SHA1 Message Date
92a85771a2
feat: profile metadata (lpac-jni) 2025-03-10 18:20:58 +08:00

View file

@ -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)