Phases
AsyncEmbeddingPhase for SwiftUI
定義
public enum AsyncEmbeddingPhase {
case loading
case completed(ComponentView)
case failed(Error)
case notFound
}
public struct ComponentView: ViewEmbeddingPhase for UIKit
Definition
public enum EmbeddingPhase {
case loading
case completed(UIView)
case failed(Error)
case notFound
}RemoteConfigPhase
Definition
Last updated