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))); ...@@ -304,12 +304,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if defined(__OBJC__) #if defined(__OBJC__)
@class NSCoder; @class NSCoder;
@class WKNavigation;
@class WKWebViewConfiguration; @class WKWebViewConfiguration;
SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking") SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking")
@interface StudentTracking : WKWebView @interface StudentTracking : WKWebView <WKNavigationDelegate>
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; - (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; - (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
@end @end
......
...@@ -28,6 +28,23 @@ ...@@ -28,6 +28,23 @@
"declKind": "Import", "declKind": "Import",
"moduleName": "ParentAppSDK" "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", "kind": "TypeDecl",
"name": "StudentTracking", "name": "StudentTracking",
...@@ -100,20 +117,13 @@ ...@@ -100,20 +117,13 @@
}, },
{ {
"kind": "Function", "kind": "Function",
"name": "addToView", "name": "presentInWindow",
"printedName": "addToView(_:erp_studentId:)", "printedName": "presentInWindow(studentId:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
"name": "StudentTracking", "name": "Void",
"printedName": "ParentAppSDK.StudentTracking", "printedName": "()"
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
},
{
"kind": "TypeNominal",
"name": "UIView",
"printedName": "UIKit.UIView",
"usr": "c:objc(cs)UIView"
}, },
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -123,8 +133,8 @@ ...@@ -123,8 +133,8 @@
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ", "usr": "s:12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ", "mangledName": "$s12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"static": true, "static": true,
"declAttributes": [ "declAttributes": [
...@@ -136,6 +146,145 @@ ...@@ -136,6 +146,145 @@
], ],
"funcSelfKind": "NonMutating" "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", "kind": "Constructor",
"name": "init", "name": "init",
......
...@@ -10,10 +10,13 @@ import WebKit ...@@ -10,10 +10,13 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims 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() @_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation? @_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 @objc deinit
} }
...@@ -10,10 +10,13 @@ import WebKit ...@@ -10,10 +10,13 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims 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() @_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation? @_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 @objc deinit
} }
...@@ -304,12 +304,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); ...@@ -304,12 +304,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if defined(__OBJC__) #if defined(__OBJC__)
@class NSCoder; @class NSCoder;
@class WKNavigation;
@class WKWebViewConfiguration; @class WKWebViewConfiguration;
SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking") SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking")
@interface StudentTracking : WKWebView @interface StudentTracking : WKWebView <WKNavigationDelegate>
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; - (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; - (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
@end @end
...@@ -627,12 +631,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); ...@@ -627,12 +631,16 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#if defined(__OBJC__) #if defined(__OBJC__)
@class NSCoder; @class NSCoder;
@class WKNavigation;
@class WKWebViewConfiguration; @class WKWebViewConfiguration;
SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking") SWIFT_CLASS("_TtC12ParentAppSDK15StudentTracking")
@interface StudentTracking : WKWebView @interface StudentTracking : WKWebView <WKNavigationDelegate>
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE; - (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; - (nonnull instancetype)initWithFrame:(CGRect)frame configuration:(WKWebViewConfiguration * _Nonnull)configuration SWIFT_UNAVAILABLE;
@end @end
......
...@@ -28,6 +28,23 @@ ...@@ -28,6 +28,23 @@
"declKind": "Import", "declKind": "Import",
"moduleName": "ParentAppSDK" "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", "kind": "TypeDecl",
"name": "StudentTracking", "name": "StudentTracking",
...@@ -100,20 +117,13 @@ ...@@ -100,20 +117,13 @@
}, },
{ {
"kind": "Function", "kind": "Function",
"name": "addToView", "name": "presentInWindow",
"printedName": "addToView(_:erp_studentId:)", "printedName": "presentInWindow(studentId:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
"name": "StudentTracking", "name": "Void",
"printedName": "ParentAppSDK.StudentTracking", "printedName": "()"
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
},
{
"kind": "TypeNominal",
"name": "UIView",
"printedName": "UIKit.UIView",
"usr": "c:objc(cs)UIView"
}, },
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -123,8 +133,8 @@ ...@@ -123,8 +133,8 @@
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ", "usr": "s:12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ", "mangledName": "$s12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"static": true, "static": true,
"declAttributes": [ "declAttributes": [
...@@ -136,6 +146,145 @@ ...@@ -136,6 +146,145 @@
], ],
"funcSelfKind": "NonMutating" "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", "kind": "Constructor",
"name": "init", "name": "init",
......
...@@ -10,10 +10,13 @@ import WebKit ...@@ -10,10 +10,13 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims 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() @_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation? @_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 @objc deinit
} }
...@@ -10,10 +10,13 @@ import WebKit ...@@ -10,10 +10,13 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims 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() @_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation? @_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 @objc deinit
} }
...@@ -28,6 +28,23 @@ ...@@ -28,6 +28,23 @@
"declKind": "Import", "declKind": "Import",
"moduleName": "ParentAppSDK" "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", "kind": "TypeDecl",
"name": "StudentTracking", "name": "StudentTracking",
...@@ -100,20 +117,13 @@ ...@@ -100,20 +117,13 @@
}, },
{ {
"kind": "Function", "kind": "Function",
"name": "addToView", "name": "presentInWindow",
"printedName": "addToView(_:erp_studentId:)", "printedName": "presentInWindow(studentId:)",
"children": [ "children": [
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
"name": "StudentTracking", "name": "Void",
"printedName": "ParentAppSDK.StudentTracking", "printedName": "()"
"usr": "c:@M@ParentAppSDK@objc(cs)StudentTracking"
},
{
"kind": "TypeNominal",
"name": "UIView",
"printedName": "UIKit.UIView",
"usr": "c:objc(cs)UIView"
}, },
{ {
"kind": "TypeNominal", "kind": "TypeNominal",
...@@ -123,8 +133,8 @@ ...@@ -123,8 +133,8 @@
} }
], ],
"declKind": "Func", "declKind": "Func",
"usr": "s:12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ", "usr": "s:12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"mangledName": "$s12ParentAppSDK15StudentTrackingC9addToView_13erp_studentIdACSo6UIViewC_SStFZ", "mangledName": "$s12ParentAppSDK15StudentTrackingC15presentInWindow9studentIdySS_tFZ",
"moduleName": "ParentAppSDK", "moduleName": "ParentAppSDK",
"static": true, "static": true,
"declAttributes": [ "declAttributes": [
...@@ -136,6 +146,145 @@ ...@@ -136,6 +146,145 @@
], ],
"funcSelfKind": "NonMutating" "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", "kind": "Constructor",
"name": "init", "name": "init",
......
...@@ -10,10 +10,13 @@ import WebKit ...@@ -10,10 +10,13 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims 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() @_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation? @_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 @objc deinit
} }
...@@ -10,10 +10,13 @@ import WebKit ...@@ -10,10 +10,13 @@ import WebKit
import _Concurrency import _Concurrency
import _StringProcessing import _StringProcessing
import _SwiftConcurrencyShims 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() @_Concurrency.MainActor @preconcurrency @objc dynamic public init()
@discardableResult @discardableResult
@_Concurrency.MainActor @preconcurrency public func load(student_Id: Swift.String) -> WebKit.WKNavigation? @_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 @objc deinit
} }
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<dict> <dict>
<key>Headers/ParentAppSDK-Swift.h</key> <key>Headers/ParentAppSDK-Swift.h</key>
<data> <data>
epdH8xRjQAWMg/pDxMDg+L32L9Q= VRsiHRRTRwD56tWm6bAh25Aw5FM=
</data> </data>
<key>Headers/ParentAppSDK.h</key> <key>Headers/ParentAppSDK.h</key>
<data> <data>
...@@ -18,43 +18,43 @@ ...@@ -18,43 +18,43 @@
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
<data> <data>
srC9jkWfwb+sjQRTJDaUvqFPnSY= 856ShEF7EIng/MglHNFtA6ZbGTA=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<data> <data>
5NAD/U760cF56ZvlJtkPRPc+8ms= oA4fno3895ZH8Koh/Gb5ahkEZDE=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<data> <data>
t47A9HYE66l7nSnKuC7LxurLiTU= 8KF+tCOJ+26t087iGOWRUMhJadk=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<data> <data>
5NAD/U760cF56ZvlJtkPRPc+8ms= oA4fno3895ZH8Koh/Gb5ahkEZDE=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<data> <data>
pD9FseO7cKxWB5lG/QLRf6L7UVs= qSb70OCyf9YOoN87X1eBxakyktA=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<data> <data>
srC9jkWfwb+sjQRTJDaUvqFPnSY= 856ShEF7EIng/MglHNFtA6ZbGTA=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<data> <data>
PkjAcvqIIdFlM8LpD/V+hSHEd5c= nJNlLkSbwwiA0bMiv9MK9anmS6Y=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<data> <data>
l8BhrI0PPzGU9MezWphlHnkESTQ= FGM/PRMbtGKDjfbNSgsaaN/mIgQ=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<data> <data>
PkjAcvqIIdFlM8LpD/V+hSHEd5c= nJNlLkSbwwiA0bMiv9MK9anmS6Y=
</data> </data>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<data> <data>
7O+qtx3lyNf96nHAjGmaR6P8zbo= zWF3hguKvsFRbTY1oc3Qsz0pTWo=
</data> </data>
<key>Modules/module.modulemap</key> <key>Modules/module.modulemap</key>
<data> <data>
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
zrsnDgTUOsGX8Y6EOQIl/jCIW0qFwtemIifIBI9IoJM= dXxrWOUaAT/p3LaNhdUP3u/IsgPZWJl55akunJL7I8g=
</data> </data>
</dict> </dict>
<key>Headers/ParentAppSDK.h</key> <key>Headers/ParentAppSDK.h</key>
...@@ -81,70 +81,70 @@ ...@@ -81,70 +81,70 @@
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
rLqufuVYm07UuRv32oeNHtNgZD8ImklTzDLv9qh6yMI= Szi4MmYw2XJlRZYmA5Y3naNosg9ys22ORbu7OBRS0Nk=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
B0cS814gMaTSalsdlKLB7jk2rAKTzbPk9vwIbGMS20M= PZD4TrgH5PZBq59O5dFP52IAqAWfN7hxskflOcYg/cA=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
Rso+cI+2xE1Wgsq5fb/mKXEOGWPhk0Ldv1lwBa4uaeg= KHj/moLnpqb592ir1nSu8UgXInv2YxpP7nl5A60cRAU=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
B0cS814gMaTSalsdlKLB7jk2rAKTzbPk9vwIbGMS20M= PZD4TrgH5PZBq59O5dFP52IAqAWfN7hxskflOcYg/cA=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
Jfp6tjn0+QHbGlBlklwLptlG8bljQxrIoGAbuPcFmmU= 1LnyQQ5GXjVWs4nBs8oKD/mRTot/aQMmIlfRScd3tic=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
rLqufuVYm07UuRv32oeNHtNgZD8ImklTzDLv9qh6yMI= Szi4MmYw2XJlRZYmA5Y3naNosg9ys22ORbu7OBRS0Nk=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
YS359nC1Dlw1kYnEt9lBSmfwKbYCYs883XrU5YqZatI= vDmpkevmefYDH4/aKtXUlEcYAghudWkjdRGNJmanEks=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
MwzpWPsZ98E5SnFF4vFHyaYz0dAbcLBfuiO/gRvRmi4= LI7n5czxfb+Zx/P5E/Yp4AGULb1Cd/noRmhlUyr/phI=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
YS359nC1Dlw1kYnEt9lBSmfwKbYCYs883XrU5YqZatI= vDmpkevmefYDH4/aKtXUlEcYAghudWkjdRGNJmanEks=
</data> </data>
</dict> </dict>
<key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> <key>Modules/ParentAppSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
<dict> <dict>
<key>hash2</key> <key>hash2</key>
<data> <data>
jqw+20XdFE2VubiTjX/Jp/aYYTpj01BSlQZSB9hMm5g= FhNUtBF7Jq5yKui0+Fp4ZiW+Sts/EE/xy01VM7lfNA8=
</data> </data>
</dict> </dict>
<key>Modules/module.modulemap</key> <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