IRtView

public protocol IRtView

Viewの実装を定義したインタフェース

  • ロケーション

    Declaration

    Swift

    var location: Location? { get }
  • エレメントID

    Declaration

    Swift

    var elementId: ElementId? { get }
  • セッションID

    Declaration

    Swift

    var sessionId: SessionId? { get }
  • 表示されているか

    Declaration

    Swift

    var isVisible: Bool { get }
  • 処理が終了しているか

    Declaration

    Swift

    var isCompleted: Bool { get }
  • ポップアップのタイプ

    Declaration

    Swift

    var popupType: PopupRecommendationResult.PopupType { get }
  • このViewを閉じる

    Declaration

    Swift

    func close()