Commit ba13cfa0 authored by DrashtiPatel's avatar DrashtiPatel

new testinf

parent c219b8e8
......@@ -304,12 +304,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if defined(__OBJC__)
@class NSCoder;
@class WKNavigation;
@class WKWebViewConfiguration;
SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking")
@interface StudentTracking : WKWebView
@interface StudentTracking : WKWebView <WKNavigationDelegate>
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
- (void)webView:(WKWebView * _Nonnull)webView didStartProvisionalNavigation:(WKNavigation * _Null_unspecified)navigation;
- (void)webView:(WKWebView * _Nonnull)webView didFinishNavigation:(WKNavigation * _Null_unspecified)navigation;
- (void)webView:(WKWebView * _Nonnull)webView didFailNavigation:(WKNavigation * _Null_unspecified)navigation withError:(NSError * _Nonnull)error;
- (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
@end
......
......@@ -28,6 +28,23 @@
"declKind": "Import",
"moduleName": "ParentAppSDK"
},
{
"kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
"moduleName": "ParentAppSDK",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "WebKit",
"printedName": "WebKit",
"declKind": "Import",
"moduleName": "ParentAppSDK"
},
{
"kind": "TypeDecl",
"name": "StudentTracking",
......@@ -100,20 +117,13 @@
},
{
"kind": "Function",
"name": "addToView",
"printedName": "addToView(_:erp_studentId:)",
"name": "presentInWindow",
"printedName": "presentInWindow(studentId:)",
"children": [
{
"kind": "TypeNominal",
"name": "StudentTracking",
"printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
},
{
"kind": "TypeNominal",
"name": "UIView",
"printedName": "UIKit.UIView",
"usr": "c:objc(cs)UIView"
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
......@@ -123,8 +133,8 @@
}
],
"declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"usr": "s:12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"moduleName": "ParentAppSDK",
"static": true,
"declAttributes": [
......@@ -136,6 +146,145 @@
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "webView",
"printedName": "webView(_:didStartProvisionalNavigation:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "WKWebView",
"printedName": "WebKit.WKWebView",
"usr": "c:objc(cs)WKWebView"
},
{
"kind": "TypeNominal",
"name": "ImplicitlyUnwrappedOptional",
"printedName": "WebKit.WKNavigation?",
"children": [
{
"kind": "TypeNominal",
"name": "WKNavigation",
"printedName": "WebKit.WKNavigation",
"usr": "c:objc(cs)WKNavigation"
}
],
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)webView:didStartProvisionalNavigation:",
"mangledName": "$s12ParentAppSDK15StudentTrackingC7webView_29didStartProvisionalNavigationySo05WKWebG0C_So12WKNavigationCSgtF",
"moduleName": "ParentAppSDK",
"objc_name": "webView:didStartProvisionalNavigation:",
"declAttributes": [
"ObjC",
"Preconcurrency",
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "webView",
"printedName": "webView(_:didFinish:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "WKWebView",
"printedName": "WebKit.WKWebView",
"usr": "c:objc(cs)WKWebView"
},
{
"kind": "TypeNominal",
"name": "ImplicitlyUnwrappedOptional",
"printedName": "WebKit.WKNavigation?",
"children": [
{
"kind": "TypeNominal",
"name": "WKNavigation",
"printedName": "WebKit.WKNavigation",
"usr": "c:objc(cs)WKNavigation"
}
],
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)webView:didFinishNavigation:",
"mangledName": "$s12ParentAppSDK15StudentTrackingC7webView_9didFinishySo05WKWebG0C_So12WKNavigationCSgtF",
"moduleName": "ParentAppSDK",
"objc_name": "webView:didFinishNavigation:",
"declAttributes": [
"ObjC",
"Preconcurrency",
"Custom",
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "webView",
"printedName": "webView(_:didFail:withError:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "WKWebView",
"printedName": "WebKit.WKWebView",
"usr": "c:objc(cs)WKWebView"
},
{
"kind": "TypeNominal",
"name": "ImplicitlyUnwrappedOptional",
"printedName": "WebKit.WKNavigation?",
"children": [
{
"kind": "TypeNominal",
"name": "WKNavigation",
"printedName": "WebKit.WKNavigation",
"usr": "c:objc(cs)WKNavigation"
}
],
"usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "Error",
"printedName": "any Swift.Error",
"usr": "s:s5ErrorP"
}
],
"declKind": "Func",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)webView:didFailNavigation:withError:",
"mangledName": "$s12ParentAppSDK15StudentTrackingC7webView_7didFail9withErrorySo05WKWebG0C_So12WKNavigationCSgs0K0_ptF",
"moduleName": "ParentAppSDK",
"objc_name": "webView:didFailNavigation:withError:",
"declAttributes": [
"ObjC",
"Preconcurrency",
"Custom",
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Constructor",
"name": "init",
......
......@@ -10,10 +10,13 @@ import WebKit
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView {
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView, WebKit.WKNavigationDelegate {
@_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor @preconcurrency public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@_Concurrency.MainActor @preconcurrency public static func presentInWindow(studentId: Swift.String)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didStartProvisionalNavigation navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFinish navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFail navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
@objc deinit
}
......@@ -10,10 +10,13 @@ import WebKit
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView {
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView, WebKit.WKNavigationDelegate {
@_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor @preconcurrency public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@_Concurrency.MainActor @preconcurrency public static func presentInWindow(studentId: Swift.String)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didStartProvisionalNavigation navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFinish navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFail navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
@objc deinit
}
......@@ -304,12 +304,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if defined(__OBJC__)
@class NSCoder;
@class WKNavigation;
@class WKWebViewConfiguration;
SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking")
@interface StudentTracking : WKWebView
@interface StudentTracking : WKWebView <WKNavigationDelegate>
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
- (void)webView:(WKWebView * _Nonnull)webView didStartProvisionalNavigation:(WKNavigation * _Null_unspecified)navigation;
- (void)webView:(WKWebView * _Nonnull)webView didFinishNavigation:(WKNavigation * _Null_unspecified)navigation;
- (void)webView:(WKWebView * _Nonnull)webView didFailNavigation:(WKNavigation * _Null_unspecified)navigation withError:(NSError * _Nonnull)error;
- (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
@end
......@@ -627,12 +631,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if defined(__OBJC__)
@class NSCoder;
@class WKNavigation;
@class WKWebViewConfiguration;
SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking")
@interface StudentTracking : WKWebView
@interface StudentTracking : WKWebView <WKNavigationDelegate>
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
- (void)webView:(WKWebView * _Nonnull)webView didStartProvisionalNavigation:(WKNavigation * _Null_unspecified)navigation;
- (void)webView:(WKWebView * _Nonnull)webView didFinishNavigation:(WKNavigation * _Null_unspecified)navigation;
- (void)webView:(WKWebView * _Nonnull)webView didFailNavigation:(WKNavigation * _Null_unspecified)navigation withError:(NSError * _Nonnull)error;
- (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
@end
......
......@@ -28,6 +28,23 @@
"declKind": "Import",
"moduleName": "ParentAppSDK"
},
{
"kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
"moduleName": "ParentAppSDK",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "WebKit",
"printedName": "WebKit",
"declKind": "Import",
"moduleName": "ParentAppSDK"
},
{
"kind": "TypeDecl",
"name": "StudentTracking",
......@@ -100,20 +117,13 @@
},
{
"kind": "Function",
"name": "addToView",
"printedName": "addToView(_:erp_studentId:)",
"name": "presentInWindow",
"printedName": "presentInWindow(studentId:)",
"children": [
{
"kind": "TypeNominal",
"name": "StudentTracking",
"printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
},
{
"kind": "TypeNominal",
"name": "UIView",
"printedName": "UIKit.UIView",
"usr": "c:objc(cs)UIView"
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
......@@ -123,8 +133,8 @@
}
],
"declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"usr": "s:12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"moduleName": "ParentAppSDK",
"static": true,
"declAttributes": [
......@@ -136,6 +146,145 @@
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "webView",
"printedName": "webView(_:didStartProvisionalNavigation:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "WKWebView",
"printedName": "WebKit.WKWebView",
"usr": "c:objc(cs)WKWebView"
},
{
"kind": "TypeNominal",
"name": "ImplicitlyUnwrappedOptional",
"printedName": "WebKit.WKNavigation?",
"children": [
{
"kind": "TypeNominal",
"name": "WKNavigation",
"printedName": "WebKit.WKNavigation",
"usr": "c:objc(cs)WKNavigation"
}
],
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)webView:didStartProvisionalNavigation:",
"mangledName": "$s12ParentAppSDK15StudentTrackingC7webView_29didStartProvisionalNavigationySo05WKWebG0C_So12WKNavigationCSgtF",
"moduleName": "ParentAppSDK",
"objc_name": "webView:didStartProvisionalNavigation:",
"declAttributes": [
"ObjC",
"Preconcurrency",
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "webView",
"printedName": "webView(_:didFinish:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "WKWebView",
"printedName": "WebKit.WKWebView",
"usr": "c:objc(cs)WKWebView"
},
{
"kind": "TypeNominal",
"name": "ImplicitlyUnwrappedOptional",
"printedName": "WebKit.WKNavigation?",
"children": [
{
"kind": "TypeNominal",
"name": "WKNavigation",
"printedName": "WebKit.WKNavigation",
"usr": "c:objc(cs)WKNavigation"
}
],
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)webView:didFinishNavigation:",
"mangledName": "$s12ParentAppSDK15StudentTrackingC7webView_9didFinishySo05WKWebG0C_So12WKNavigationCSgtF",
"moduleName": "ParentAppSDK",
"objc_name": "webView:didFinishNavigation:",
"declAttributes": [
"ObjC",
"Preconcurrency",
"Custom",
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "webView",
"printedName": "webView(_:didFail:withError:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "WKWebView",
"printedName": "WebKit.WKWebView",
"usr": "c:objc(cs)WKWebView"
},
{
"kind": "TypeNominal",
"name": "ImplicitlyUnwrappedOptional",
"printedName": "WebKit.WKNavigation?",
"children": [
{
"kind": "TypeNominal",
"name": "WKNavigation",
"printedName": "WebKit.WKNavigation",
"usr": "c:objc(cs)WKNavigation"
}
],
"usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "Error",
"printedName": "any Swift.Error",
"usr": "s:s5ErrorP"
}
],
"declKind": "Func",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)webView:didFailNavigation:withError:",
"mangledName": "$s12ParentAppSDK15StudentTrackingC7webView_7didFail9withErrorySo05WKWebG0C_So12WKNavigationCSgs0K0_ptF",
"moduleName": "ParentAppSDK",
"objc_name": "webView:didFailNavigation:withError:",
"declAttributes": [
"ObjC",
"Preconcurrency",
"Custom",
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Constructor",
"name": "init",
......
......@@ -10,10 +10,13 @@ import WebKit
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView {
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView, WebKit.WKNavigationDelegate {
@_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor @preconcurrency public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@_Concurrency.MainActor @preconcurrency public static func presentInWindow(studentId: Swift.String)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didStartProvisionalNavigation navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFinish navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFail navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
@objc deinit
}
......@@ -10,10 +10,13 @@ import WebKit
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView {
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView, WebKit.WKNavigationDelegate {
@_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor @preconcurrency public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@_Concurrency.MainActor @preconcurrency public static func presentInWindow(studentId: Swift.String)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didStartProvisionalNavigation navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFinish navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFail navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
@objc deinit
}
......@@ -28,6 +28,23 @@
"declKind": "Import",
"moduleName": "ParentAppSDK"
},
{
"kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
"moduleName": "ParentAppSDK",
"declAttributes": [
"RawDocComment"
]
},
{
"kind": "Import",
"name": "WebKit",
"printedName": "WebKit",
"declKind": "Import",
"moduleName": "ParentAppSDK"
},
{
"kind": "TypeDecl",
"name": "StudentTracking",
......@@ -100,20 +117,13 @@
},
{
"kind": "Function",
"name": "addToView",
"printedName": "addToView(_:erp_studentId:)",
"name": "presentInWindow",
"printedName": "presentInWindow(studentId:)",
"children": [
{
"kind": "TypeNominal",
"name": "StudentTracking",
"printedName": "ParentAppSDK.StudentTracking",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
},
{
"kind": "TypeNominal",
"name": "UIView",
"printedName": "UIKit.UIView",
"usr": "c:objc(cs)UIView"
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
......@@ -123,8 +133,8 @@
}
],
"declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ",
"usr": "s:12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"moduleName": "ParentAppSDK",
"static": true,
"declAttributes": [
......@@ -136,6 +146,145 @@
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "webView",
"printedName": "webView(_:didStartProvisionalNavigation:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "WKWebView",
"printedName": "WebKit.WKWebView",
"usr": "c:objc(cs)WKWebView"
},
{
"kind": "TypeNominal",
"name": "ImplicitlyUnwrappedOptional",
"printedName": "WebKit.WKNavigation?",
"children": [
{
"kind": "TypeNominal",
"name": "WKNavigation",
"printedName": "WebKit.WKNavigation",
"usr": "c:objc(cs)WKNavigation"
}
],
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)webView:didStartProvisionalNavigation:",
"mangledName": "$s12ParentAppSDK15StudentTrackingC7webView_29didStartProvisionalNavigationySo05WKWebG0C_So12WKNavigationCSgtF",
"moduleName": "ParentAppSDK",
"objc_name": "webView:didStartProvisionalNavigation:",
"declAttributes": [
"ObjC",
"Preconcurrency",
"Custom",
"AccessControl",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "webView",
"printedName": "webView(_:didFinish:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "WKWebView",
"printedName": "WebKit.WKWebView",
"usr": "c:objc(cs)WKWebView"
},
{
"kind": "TypeNominal",
"name": "ImplicitlyUnwrappedOptional",
"printedName": "WebKit.WKNavigation?",
"children": [
{
"kind": "TypeNominal",
"name": "WKNavigation",
"printedName": "WebKit.WKNavigation",
"usr": "c:objc(cs)WKNavigation"
}
],
"usr": "s:Sq"
}
],
"declKind": "Func",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)webView:didFinishNavigation:",
"mangledName": "$s12ParentAppSDK15StudentTrackingC7webView_9didFinishySo05WKWebG0C_So12WKNavigationCSgtF",
"moduleName": "ParentAppSDK",
"objc_name": "webView:didFinishNavigation:",
"declAttributes": [
"ObjC",
"Preconcurrency",
"Custom",
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Function",
"name": "webView",
"printedName": "webView(_:didFail:withError:)",
"children": [
{
"kind": "TypeNominal",
"name": "Void",
"printedName": "()"
},
{
"kind": "TypeNominal",
"name": "WKWebView",
"printedName": "WebKit.WKWebView",
"usr": "c:objc(cs)WKWebView"
},
{
"kind": "TypeNominal",
"name": "ImplicitlyUnwrappedOptional",
"printedName": "WebKit.WKNavigation?",
"children": [
{
"kind": "TypeNominal",
"name": "WKNavigation",
"printedName": "WebKit.WKNavigation",
"usr": "c:objc(cs)WKNavigation"
}
],
"usr": "s:Sq"
},
{
"kind": "TypeNominal",
"name": "Error",
"printedName": "any Swift.Error",
"usr": "s:s5ErrorP"
}
],
"declKind": "Func",
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking(im)webView:didFailNavigation:withError:",
"mangledName": "$s12ParentAppSDK15StudentTrackingC7webView_7didFail9withErrorySo05WKWebG0C_So12WKNavigationCSgs0K0_ptF",
"moduleName": "ParentAppSDK",
"objc_name": "webView:didFailNavigation:withError:",
"declAttributes": [
"ObjC",
"Preconcurrency",
"Custom",
"AccessControl"
],
"funcSelfKind": "NonMutating"
},
{
"kind": "Constructor",
"name": "init",
......
......@@ -10,10 +10,13 @@ import WebKit
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView {
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView, WebKit.WKNavigationDelegate {
@_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor @preconcurrency public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@_Concurrency.MainActor @preconcurrency public static func presentInWindow(studentId: Swift.String)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didStartProvisionalNavigation navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFinish navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFail navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
@objc deinit
}
......@@ -10,10 +10,13 @@ import WebKit
import _Concurrency
import _StringProcessing
import _SwiftConcurrencyShims
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView {
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor @preconcurrency public class StudentTracking : WebKit.WKWebView, WebKit.WKNavigationDelegate {
@_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation?
@_Concurrency.MainActor @preconcurrency public static func addToView(_ parentView: UIKit.UIView, erp_studentId: Swift.String) -> ParentAppSDK.StudentTracking
@_Concurrency.MainActor @preconcurrency public static func presentInWindow(studentId: Swift.String)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didStartProvisionalNavigation navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFinish navigation: WebKit.WKNavigation!)
@_Concurrency.MainActor @preconcurrency @objc public func webView(_ webView: WebKit.WKWebView, didFail navigation: WebKit.WKNavigation!, withError error: any Swift.Error)
@objc deinit
}
......@@ -6,7 +6,7 @@
<dict>
<key>Headers/ParentAppSDK-Swift.h</key>
<data>
epdH8xRjQAWMg/pDxMDg+L32L9Q=
VRsiHRRTRwD56tWm6bAh25Aw5FM=
</data>
<key>Headers/ParentAppSDK.h</key>
<data>
......@@ -18,43 +18,43 @@
</data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data>
srC9jkWfwb+sjQRTJDaUvqFPnSY=
856ShEF7EIng/MglHNFtA6ZbGTA=
</data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<data>
5NAD/U760cF56ZvlJtkPRPc+8ms=
oA4fno3895ZH8Koh/Gb5ahkEZDE=
</data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data>
t47A9HYE66l7nSnKuC7LxurLiTU=
8KF+tCOJ+26t087iGOWRUMhJadk=
</data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data>
5NAD/U760cF56ZvlJtkPRPc+8ms=
oA4fno3895ZH8Koh/Gb5ahkEZDE=
</data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data>
pD9FseO7cKxWB5lG/QLRf6L7UVs=
qSb70OCyf9YOoN87X1eBxakyktA=
</data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data>
srC9jkWfwb+sjQRTJDaUvqFPnSY=
856ShEF7EIng/MglHNFtA6ZbGTA=
</data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data>
PkjAcvqIIdFlM8LpD/V+hSHEd5c=
nJNlLkSbwwiA0bMiv9MK9anmS6Y=
</data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data>
l8BhrI0PPzGU9MezWphlHnkESTQ=
FGM/PRMbtGKDjfbNSgsaaN/mIgQ=
</data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data>
PkjAcvqIIdFlM8LpD/V+hSHEd5c=
nJNlLkSbwwiA0bMiv9MK9anmS6Y=
</data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data>
7O+qtx3lyNf96nHAjGmaR6P8zbo=
zWF3hguKvsFRbTY1oc3Qsz0pTWo=
</data>
<key>Modules/module.modulemap</key>
<data>
......@@ -67,7 +67,7 @@
<dict>
<key>hash2</key>
<data>
zrsnDgTUOsGX8Y6EOQIl/jCIW0qFwtemIifIBI9IoJM=
dXxrWOUaAT/p3LaNhdUP3u/IsgPZWJl55akunJL7I8g=
</data>
</dict>
<key>Headers/ParentAppSDK.h</key>
......@@ -81,70 +81,70 @@
<dict>
<key>hash2</key>
<data>
rLqufuVYm07UuRv32oeNHtNgZD8ImklTzDLv9qh6yMI=
Szi4MmYw2XJlRZYmA5Y3naNosg9ys22ORbu7OBRS0Nk=
</data>
</dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
B0cS814gMaTSalsdlKLB7jk2rAKTzbPk9vwIbGMS20M=
PZD4TrgH5PZBq59O5dFP52IAqAWfN7hxskflOcYg/cA=
</data>
</dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
Rso+cI+2xE1Wgsq5fb/mKXEOGWPhk0Ldv1lwBa4uaeg=
KHj/moLnpqb592ir1nSu8UgXInv2YxpP7nl5A60cRAU=
</data>
</dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
B0cS814gMaTSalsdlKLB7jk2rAKTzbPk9vwIbGMS20M=
PZD4TrgH5PZBq59O5dFP52IAqAWfN7hxskflOcYg/cA=
</data>
</dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
Jfp6tjn0+QHbGlBlklwLptlG8bljQxrIoGAbuPcFmmU=
1LnyQQ5GXjVWs4nBs8oKD/mRTot/aQMmIlfRScd3tic=
</data>
</dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<dict>
<key>hash2</key>
<data>
rLqufuVYm07UuRv32oeNHtNgZD8ImklTzDLv9qh6yMI=
Szi4MmYw2XJlRZYmA5Y3naNosg9ys22ORbu7OBRS0Nk=
</data>
</dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
YS359nC1Dlw1kYnEt9lBSmfwKbYCYs883XrU5YqZatI=
vDmpkevmefYDH4/aKtXUlEcYAghudWkjdRGNJmanEks=
</data>
</dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict>
<key>hash2</key>
<data>
MwzpWPsZ98E5SnFF4vFHyaYz0dAbcLBfuiO/gRvRmi4=
LI7n5czxfb+Zx/P5E/Yp4AGULb1Cd/noRmhlUyr/phI=
</data>
</dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict>
<key>hash2</key>
<data>
YS359nC1Dlw1kYnEt9lBSmfwKbYCYs883XrU5YqZatI=
vDmpkevmefYDH4/aKtXUlEcYAghudWkjdRGNJmanEks=
</data>
</dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict>
<key>hash2</key>
<data>
jqw+20XdFE2VubiTjX/Jp/aYYTpj01BSlQZSB9hMm5g=
FhNUtBF7Jq5yKui0+Fp4ZiW+Sts/EE/xy01VM7lfNA8=
</data>
</dict>
<key>Modules/module.modulemap</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment