x86_64-apple-ios-simulator.swiftinterface
266 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name HHSDKVideo
// swift-module-flags-ignorable: -enable-bare-slash-regex
import AVFoundation
import AVKit
import Accelerate
import CoreGraphics
import CoreLocation
import CoreMotion
import CoreTelephony
import Darwin
import Dispatch
import Foundation
@_exported import HHSDKVideo
import ImageIO
import LocalAuthentication
import MobileCoreServices
import ObjectiveC
import Photos
import PhotosUI
import Security
import SecurityKit
import Swift
import SystemConfiguration
import UIKit
import UserNotifications
import WebKit
import _Concurrency
import _StringProcessing
public protocol AEAD {
static var kLen: Swift.Int { get }
static var ivRange: Swift.Range<Swift.Int> { get }
}
@_hasMissingDesignatedInitializers final public class AEADChaCha20Poly1305 : HHSDKVideo.AEAD {
public static let kLen: Swift.Int
public static var ivRange: Swift.Range<Swift.Int>
public static func encrypt(_ plainText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>) throws -> (cipherText: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>)
public static func decrypt(_ cipherText: Swift.Array<Swift.UInt8>, key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>, authenticationHeader: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>) throws -> (plainText: Swift.Array<Swift.UInt8>, success: Swift.Bool)
@objc deinit
}
final public class AES {
public enum Error : Swift.Error {
case invalidKeySize
case dataPaddingRequired
case invalidData
public static func == (a: HHSDKVideo.AES.Error, b: HHSDKVideo.AES.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public enum Variant : Swift.Int {
case aes128, aes192, aes256
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
public static let blockSize: Swift.Int
final public let keySize: Swift.Int
final public let variant: HHSDKVideo.AES.Variant
public init(key: Swift.Array<Swift.UInt8>, blockMode: HHSDKVideo.BlockMode, padding: HHSDKVideo.Padding = .pkcs7) throws
@objc deinit
}
extension HHSDKVideo.AES : HHSDKVideo.Cipher {
final public func encrypt(_ bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
final public func decrypt(_ bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
}
extension HHSDKVideo.AES {
convenience public init(key: Swift.String, iv: Swift.String, padding: HHSDKVideo.Padding = .pkcs7) throws
}
extension HHSDKVideo.AES : HHSDKVideo.Cryptors {
final public func makeEncryptor() throws -> HHSDKVideo.Cryptor & HHSDKVideo.Updatable
final public func makeDecryptor() throws -> HHSDKVideo.Cryptor & HHSDKVideo.Updatable
}
extension Swift.Array where Element == Swift.UInt8 {
public init(hex: Swift.String)
public func toHexString() -> Swift.String
}
extension Swift.Array where Element == Swift.UInt8 {
@available(*, deprecated)
public func chunks(size chunksize: Swift.Int) -> Swift.Array<Swift.Array<Element>>
public func md5() -> [Element]
public func sha1() -> [Element]
public func sha224() -> [Element]
public func sha256() -> [Element]
public func sha384() -> [Element]
public func sha512() -> [Element]
public func sha2(_ variant: HHSDKVideo.SHA2.Variant) -> [Element]
public func sha3(_ variant: HHSDKVideo.SHA3.Variant) -> [Element]
public func crc32(seed: Swift.UInt32? = nil, reflect: Swift.Bool = true) -> Swift.UInt32
public func crc32c(seed: Swift.UInt32? = nil, reflect: Swift.Bool = true) -> Swift.UInt32
public func crc16(seed: Swift.UInt16? = nil) -> Swift.UInt16
public func encrypt(cipher: HHSDKVideo.Cipher) throws -> [Element]
public func decrypt(cipher: HHSDKVideo.Cipher) throws -> [Element]
public func authenticate<A>(with authenticator: A) throws -> [Element] where A : HHSDKVideo.CryptoAuthenticator
}
extension Swift.Array where Element == Swift.UInt8 {
public func toBase64() -> Swift.String?
public init(base64: Swift.String)
}
public protocol CryptoAuthenticator {
func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
}
public enum Bit : Swift.Int {
case zero
case one
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@_hasMissingDesignatedInitializers public class BlockDecryptor : HHSDKVideo.Cryptor, HHSDKVideo.Updatable {
public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8>
public func seek(to position: Swift.Int) throws
@objc deinit
}
public typealias CipherOperationOnBlock = (_ block: Swift.ArraySlice<Swift.UInt8>) -> Swift.Array<Swift.UInt8>?
public protocol BlockMode {
var options: HHSDKVideo.BlockModeOption { get }
func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
}
public struct BlockModeOption : Swift.OptionSet {
public let rawValue: Swift.Int
public init(rawValue: Swift.Int)
public typealias ArrayLiteralElement = HHSDKVideo.BlockModeOption
public typealias Element = HHSDKVideo.BlockModeOption
public typealias RawValue = Swift.Int
}
final public class Blowfish {
public enum Error : Swift.Error {
case dataPaddingRequired
case invalidKeyOrInitializationVector
case invalidInitializationVector
case invalidBlockMode
public static func == (a: HHSDKVideo.Blowfish.Error, b: HHSDKVideo.Blowfish.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public static let blockSize: Swift.Int
final public let keySize: Swift.Int
public init(key: Swift.Array<Swift.UInt8>, blockMode: HHSDKVideo.BlockMode = CBC(iv: Array<UInt8>(repeating: 0, count: Blowfish.blockSize)), padding: HHSDKVideo.Padding) throws
@objc deinit
}
extension HHSDKVideo.Blowfish : HHSDKVideo.Cipher {
final public func encrypt<C>(_ bytes: C) throws -> Swift.Array<Swift.UInt8> where C : Swift.Collection, C.Element == Swift.UInt8, C.Index == Swift.Int
final public func decrypt<C>(_ bytes: C) throws -> Swift.Array<Swift.UInt8> where C : Swift.Collection, C.Element == Swift.UInt8, C.Index == Swift.Int
}
extension HHSDKVideo.Blowfish {
convenience public init(key: Swift.String, iv: Swift.String, padding: HHSDKVideo.Padding = .pkcs7) throws
}
@_hasMissingDesignatedInitializers public class BusyPics {
public static let `default`: HHSDKVideo.BusyPics
public func cacheImgs()
public func getImgs() -> [Foundation.URL?]
@objc deinit
}
public struct CallDoctorModel : HHSDKVideo.Mappable {
public var doctor: HHSDKVideo.HHDoctorModel?
public var order: HHSDKVideo.OrderModel?
public var appoint: Swift.String?
public var pushFlowUrl: Swift.String?
public var realPatientUuid: Swift.Int?
public var payUrl: Swift.String?
public var agoraToken: Swift.String?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct CBC : HHSDKVideo.BlockMode {
public enum Error : Swift.Error {
case invalidInitializationVector
public static func == (a: HHSDKVideo.CBC.Error, b: HHSDKVideo.CBC.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public let options: HHSDKVideo.BlockModeOption
public init(iv: Swift.Array<Swift.UInt8>)
public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
}
@_inheritsConvenienceInitializers final public class CBCMAC : HHSDKVideo.CMAC {
override final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
override public init(key: Swift.Array<Swift.UInt8>) throws
@objc deinit
}
public struct CCM {
public enum Error : Swift.Error {
case invalidInitializationVector
case invalidParameter
case fail
public static func == (a: HHSDKVideo.CCM.Error, b: HHSDKVideo.CCM.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public let options: HHSDKVideo.BlockModeOption
public var authenticationTag: Swift.Array<Swift.UInt8>?
public init(iv: Swift.Array<Swift.UInt8>, tagLength: Swift.Int, messageLength: Swift.Int, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil)
public init(iv: Swift.Array<Swift.UInt8>, tagLength: Swift.Int, messageLength: Swift.Int, authenticationTag: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil)
public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
}
public struct CFB : HHSDKVideo.BlockMode {
public enum Error : Swift.Error {
case invalidInitializationVector
public static func == (a: HHSDKVideo.CFB.Error, b: HHSDKVideo.CFB.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public let options: HHSDKVideo.BlockModeOption
public init(iv: Swift.Array<Swift.UInt8>)
public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
}
final public class ChaCha20 {
public enum Error : Swift.Error {
case invalidKeyOrInitializationVector
case notSupported
public static func == (a: HHSDKVideo.ChaCha20.Error, b: HHSDKVideo.ChaCha20.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public static let blockSize: Swift.Int
final public let keySize: Swift.Int
public init(key: Swift.Array<Swift.UInt8>, iv nonce: Swift.Array<Swift.UInt8>) throws
@objc deinit
}
extension HHSDKVideo.ChaCha20 : HHSDKVideo.Cipher {
final public func encrypt(_ bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
final public func decrypt(_ bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
}
extension HHSDKVideo.ChaCha20 {
public struct ChaChaEncryptor : HHSDKVideo.Cryptor, HHSDKVideo.Updatable {
public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8>
public func seek(to: Swift.Int) throws
}
}
extension HHSDKVideo.ChaCha20 {
public struct ChaChaDecryptor : HHSDKVideo.Cryptor, HHSDKVideo.Updatable {
public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = true) throws -> Swift.Array<Swift.UInt8>
public func seek(to: Swift.Int) throws
}
}
extension HHSDKVideo.ChaCha20 : HHSDKVideo.Cryptors {
final public func makeEncryptor() -> HHSDKVideo.Cryptor & HHSDKVideo.Updatable
final public func makeDecryptor() -> HHSDKVideo.Cryptor & HHSDKVideo.Updatable
}
extension HHSDKVideo.ChaCha20 {
convenience public init(key: Swift.String, iv: Swift.String) throws
}
public struct ChatApi {
}
@_hasMissingDesignatedInitializers final public class Checksum {
@objc deinit
}
extension HHSDKVideo.Checksum {
public static func crc32(_ message: Swift.Array<Swift.UInt8>, seed: Swift.UInt32? = nil, reflect: Swift.Bool = true) -> Swift.UInt32
public static func crc32c(_ message: Swift.Array<Swift.UInt8>, seed: Swift.UInt32? = nil, reflect: Swift.Bool = true) -> Swift.UInt32
public static func crc16(_ message: Swift.Array<Swift.UInt8>, seed: Swift.UInt16? = nil) -> Swift.UInt16
}
public enum CipherError : Swift.Error {
case encrypt
case decrypt
public static func == (a: HHSDKVideo.CipherError, b: HHSDKVideo.CipherError) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public protocol Cipher : AnyObject {
var keySize: Swift.Int { get }
func encrypt(_ bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
func encrypt(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
func decrypt(_ bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
func decrypt(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
}
extension HHSDKVideo.Cipher {
public func encrypt(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
public func decrypt(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
}
public protocol CipherModeWorker {
var cipherOperation: HHSDKVideo.CipherOperationOnBlock { get }
var additionalBufferSize: Swift.Int { get }
mutating func encrypt(block plaintext: Swift.ArraySlice<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
mutating func decrypt(block ciphertext: Swift.ArraySlice<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
}
public protocol BlockModeWorker : HHSDKVideo.CipherModeWorker {
var blockSize: Swift.Int { get }
}
public protocol CounterModeWorker : HHSDKVideo.CipherModeWorker {
associatedtype Counter
var counter: Self.Counter { get set }
}
public protocol SeekableModeWorker : HHSDKVideo.CipherModeWorker {
mutating func seek(to position: Swift.Int) throws
}
public protocol StreamModeWorker : HHSDKVideo.CipherModeWorker {
}
public protocol FinalizingEncryptModeWorker : HHSDKVideo.CipherModeWorker {
mutating func finalize(encrypt ciphertext: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.ArraySlice<Swift.UInt8>
}
public protocol FinalizingDecryptModeWorker : HHSDKVideo.CipherModeWorker {
@discardableResult
mutating func willDecryptLast(bytes ciphertext: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.ArraySlice<Swift.UInt8>
mutating func didDecryptLast(bytes plaintext: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.ArraySlice<Swift.UInt8>
mutating func finalize(decrypt plaintext: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.ArraySlice<Swift.UInt8>
}
public class CMAC : HHSDKVideo.CryptoAuthenticator {
public enum Error : Swift.Error {
case wrongKeyLength
public static func == (a: HHSDKVideo.CMAC.Error, b: HHSDKVideo.CMAC.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public init(key: Swift.Array<Swift.UInt8>) throws
public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
public func authenticate(_ bytes: Swift.Array<Swift.UInt8>, cipher: HHSDKVideo.Cipher) throws -> Swift.Array<Swift.UInt8>
@objc deinit
}
open class CodableTransform<T> : HHSDKVideo.TransformType where T : Swift.Decodable, T : Swift.Encodable {
public typealias Object = T
public typealias JSON = Any
public init()
open func transformFromJSON(_ value: Any?) -> HHSDKVideo.CodableTransform<T>.Object?
open func transformToJSON(_ value: T?) -> HHSDKVideo.CodableTransform<T>.JSON?
@objc deinit
}
public struct CommentApi {
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class CommentBaseVC : UIKit.UIViewController {
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class CommentVC : HHSDKVideo.CommentBaseVC {
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) public static func show(_ orderId: Swift.String, docId: Swift.String, uuid: Swift.Int?, type: HHSDKVideo.HHCallType?, _ model: HHSDKVideo.HHGetQuesetionModel?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@objc deinit
}
public protocol Cryptor {
mutating func seek(to: Swift.Int) throws
}
public protocol Cryptors : AnyObject {
func makeEncryptor() throws -> HHSDKVideo.Cryptor & HHSDKVideo.Updatable
func makeDecryptor() throws -> HHSDKVideo.Cryptor & HHSDKVideo.Updatable
static func randomIV(_ blockSize: Swift.Int) -> Swift.Array<Swift.UInt8>
}
extension HHSDKVideo.Cryptors {
public static func randomIV(_ count: Swift.Int) -> Swift.Array<Swift.UInt8>
}
public struct CTR {
public enum Error : Swift.Error {
case invalidInitializationVector
public static func == (a: HHSDKVideo.CTR.Error, b: HHSDKVideo.CTR.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public let options: HHSDKVideo.BlockModeOption
public init(iv: Swift.Array<Swift.UInt8>, counter: Swift.Int = 0)
public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
}
open class CustomDateFormatTransform : HHSDKVideo.DateFormatterTransform {
public init(formatString: Swift.String)
@objc deinit
}
extension Foundation.Data {
public func checksum() -> Swift.UInt16
public func md5() -> Foundation.Data
public func sha1() -> Foundation.Data
public func sha224() -> Foundation.Data
public func sha256() -> Foundation.Data
public func sha384() -> Foundation.Data
public func sha512() -> Foundation.Data
public func sha3(_ variant: HHSDKVideo.SHA3.Variant) -> Foundation.Data
public func crc32(seed: Swift.UInt32? = nil, reflect: Swift.Bool = true) -> Foundation.Data
public func crc32c(seed: Swift.UInt32? = nil, reflect: Swift.Bool = true) -> Foundation.Data
public func crc16(seed: Swift.UInt16? = nil) -> Foundation.Data
public func encrypt(cipher: HHSDKVideo.Cipher) throws -> Foundation.Data
public func decrypt(cipher: HHSDKVideo.Cipher) throws -> Foundation.Data
public func authenticate(with authenticator: HHSDKVideo.CryptoAuthenticator) throws -> Foundation.Data
}
extension Foundation.Data {
public init(hex: Swift.String)
public var bytes: Swift.Array<Swift.UInt8> {
get
}
public func toHexString() -> Swift.String
}
open class DataTransform : HHSDKVideo.TransformType {
public typealias Object = Foundation.Data
public typealias JSON = Swift.String
public init()
open func transformFromJSON(_ value: Any?) -> Foundation.Data?
open func transformToJSON(_ value: Foundation.Data?) -> Swift.String?
@objc deinit
}
open class DateFormatterTransform : HHSDKVideo.TransformType {
public typealias Object = Foundation.Date
public typealias JSON = Swift.String
final public let dateFormatter: Foundation.DateFormatter
public init(dateFormatter: Foundation.DateFormatter)
open func transformFromJSON(_ value: Any?) -> Foundation.Date?
open func transformToJSON(_ value: Foundation.Date?) -> Swift.String?
@objc deinit
}
open class DateTransform : HHSDKVideo.TransformType {
public typealias Object = Foundation.Date
public typealias JSON = Swift.Double
public enum Unit : Foundation.TimeInterval {
case seconds
case milliseconds
public init?(rawValue: Foundation.TimeInterval)
public typealias RawValue = Foundation.TimeInterval
public var rawValue: Foundation.TimeInterval {
get
}
}
public init(unit: HHSDKVideo.DateTransform.Unit = .seconds)
open func transformFromJSON(_ value: Any?) -> Foundation.Date?
open func transformToJSON(_ value: Foundation.Date?) -> Swift.Double?
@objc deinit
}
public struct DGElasticPullToRefreshConstants {
public static var WaveMaxHeight: CoreFoundation.CGFloat
public static var MinOffsetToPull: CoreFoundation.CGFloat
public static var LoadingContentInset: CoreFoundation.CGFloat
public static var LoadingViewSize: CoreFoundation.CGFloat
}
extension ObjectiveC.NSObject {
public func dg_addObserver(_ observer: ObjectiveC.NSObject, forKeyPath keyPath: Swift.String)
public func dg_removeObserver(_ observer: ObjectiveC.NSObject, forKeyPath keyPath: Swift.String)
}
extension UIKit.UIScrollView {
@_Concurrency.MainActor(unsafe) public func dg_addPullToRefreshWithActionHandler(_ actionHandler: @escaping () -> Swift.Void, loadingView: HHSDKVideo.DGElasticPullToRefreshLoadingView?)
@_Concurrency.MainActor(unsafe) public func dg_removePullToRefresh()
@_Concurrency.MainActor(unsafe) public func dg_setPullToRefreshBackgroundColor(_ color: UIKit.UIColor)
@_Concurrency.MainActor(unsafe) public func dg_setPullToRefreshFillColor(_ color: UIKit.UIColor)
@_Concurrency.MainActor(unsafe) public func dg_stopLoading()
@_Concurrency.MainActor(unsafe) public func dg_startLoading()
}
extension UIKit.UIView {
@_Concurrency.MainActor(unsafe) public func dg_center(_ usePresentationLayerIfPossible: Swift.Bool) -> CoreFoundation.CGPoint
}
extension UIKit.UIPanGestureRecognizer {
@_Concurrency.MainActor(unsafe) public func dg_resign()
}
extension UIKit.UIGestureRecognizer.State {
public func dg_isAnyOf(_ values: [UIKit.UIGestureRecognizer.State]) -> Swift.Bool
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class DGElasticPullToRefreshLoadingView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) @objc dynamic public init()
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) open func setPullProgress(_ progress: CoreFoundation.CGFloat)
@_Concurrency.MainActor(unsafe) open func startAnimating()
@_Concurrency.MainActor(unsafe) open func stopLoading()
@objc deinit
}
extension CoreFoundation.CGFloat {
public func toRadians() -> CoreFoundation.CGFloat
public func toDegrees() -> CoreFoundation.CGFloat
}
@objc @_Concurrency.MainActor(unsafe) open class DGElasticPullToRefreshLoadingViewCircle : HHSDKVideo.DGElasticPullToRefreshLoadingView {
@_Concurrency.MainActor(unsafe) @objc override dynamic public init()
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) override open func setPullProgress(_ progress: CoreFoundation.CGFloat)
@_Concurrency.MainActor(unsafe) override open func startAnimating()
@_Concurrency.MainActor(unsafe) override open func stopLoading()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func tintColorDidChange()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func layoutSubviews()
@objc deinit
}
public enum DGElasticPullToRefreshState : Swift.Int {
case stopped
case dragging
case animatingBounce
case loading
case animatingToStopped
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) open class DGElasticPullToRefreshView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@objc deinit
@_Concurrency.MainActor(unsafe) @objc override dynamic open func observeValue(forKeyPath keyPath: Swift.String?, of object: Any?, change: [Foundation.NSKeyValueChangeKey : Any]?, context: Swift.UnsafeMutableRawPointer?)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func layoutSubviews()
}
public struct DictionaryTransform<Key, Value> : HHSDKVideo.TransformType where Key : Swift.Hashable, Key : Swift.RawRepresentable, Value : HHSDKVideo.Mappable, Key.RawValue == Swift.String {
public init()
public func transformFromJSON(_ value: Any?) -> [Key : Value]?
public func transformToJSON(_ value: [Key : Value]?) -> Any?
public typealias JSON = Any
public typealias Object = [Key : Value]
}
@available(*, renamed: "Digest")
public typealias Hash = HHSDKVideo.Digest
public struct Digest {
public static func md5(_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
public static func sha1(_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
public static func sha224(_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
public static func sha256(_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
public static func sha384(_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
public static func sha512(_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
public static func sha2(_ bytes: Swift.Array<Swift.UInt8>, variant: HHSDKVideo.SHA2.Variant) -> Swift.Array<Swift.UInt8>
public static func sha3(_ bytes: Swift.Array<Swift.UInt8>, variant: HHSDKVideo.SHA3.Variant) -> Swift.Array<Swift.UInt8>
}
public struct ECB : HHSDKVideo.BlockMode {
public let options: HHSDKVideo.BlockModeOption
public init()
public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class EKAccessoryNoteMessageView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@objc deinit
}
public struct EKAlertMessage {
public enum ImagePosition {
case top
case left
public static func == (a: HHSDKVideo.EKAlertMessage.ImagePosition, b: HHSDKVideo.EKAlertMessage.ImagePosition) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public let imagePosition: HHSDKVideo.EKAlertMessage.ImagePosition
public let simpleMessage: HHSDKVideo.EKSimpleMessage
public let buttonBarContent: HHSDKVideo.EKProperty.ButtonBarContent
public init(simpleMessage: HHSDKVideo.EKSimpleMessage, imagePosition: HHSDKVideo.EKAlertMessage.ImagePosition = .top, buttonBarContent: HHSDKVideo.EKProperty.ButtonBarContent)
}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) final public class EKAlertMessageView : HHSDKVideo.EKSimpleMessageView {
@_Concurrency.MainActor(unsafe) public init(with message: HHSDKVideo.EKAlertMessage)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@objc deinit
}
public struct EKAttributes {
public var name: Swift.String?
public var windowLevel: HHSDKVideo.EKAttributes.WindowLevel
public var position: HHSDKVideo.EKAttributes.Position
public var precedence: HHSDKVideo.EKAttributes.Precedence
public var displayDuration: Swift.Double
public var positionConstraints: HHSDKVideo.EKAttributes.PositionConstraints
public var screenInteraction: HHSDKVideo.EKAttributes.UserInteraction
public var entryInteraction: HHSDKVideo.EKAttributes.UserInteraction
public var scroll: HHSDKVideo.EKAttributes.Scroll
public var hapticFeedbackType: HHSDKVideo.EKAttributes.NotificationHapticFeedback
public var lifecycleEvents: HHSDKVideo.EKAttributes.LifecycleEvents
public var displayMode: HHSDKVideo.EKAttributes.DisplayMode
public var entryBackground: HHSDKVideo.EKAttributes.BackgroundStyle
public var screenBackground: HHSDKVideo.EKAttributes.BackgroundStyle
public var shadow: HHSDKVideo.EKAttributes.Shadow
public var roundCorners: HHSDKVideo.EKAttributes.RoundCorners
public var border: HHSDKVideo.EKAttributes.Border
public var statusBar: HHSDKVideo.EKAttributes.StatusBar
public var entranceAnimation: HHSDKVideo.EKAttributes.Animation
public var exitAnimation: HHSDKVideo.EKAttributes.Animation
public var popBehavior: HHSDKVideo.EKAttributes.PopBehavior {
get
set
}
public init()
}
extension HHSDKVideo.EKAttributes {
public struct Animation : Swift.Equatable {
public struct Spring : Swift.Equatable {
public var damping: CoreFoundation.CGFloat
public var initialVelocity: CoreFoundation.CGFloat
public init(damping: CoreFoundation.CGFloat, initialVelocity: CoreFoundation.CGFloat)
public static func == (a: HHSDKVideo.EKAttributes.Animation.Spring, b: HHSDKVideo.EKAttributes.Animation.Spring) -> Swift.Bool
}
public struct RangeAnimation : Swift.Equatable {
public var duration: Foundation.TimeInterval
public var delay: Foundation.TimeInterval
public var start: CoreFoundation.CGFloat
public var end: CoreFoundation.CGFloat
public var spring: HHSDKVideo.EKAttributes.Animation.Spring?
public init(from start: CoreFoundation.CGFloat, to end: CoreFoundation.CGFloat, duration: Foundation.TimeInterval, delay: Foundation.TimeInterval = 0, spring: HHSDKVideo.EKAttributes.Animation.Spring? = nil)
public static func == (a: HHSDKVideo.EKAttributes.Animation.RangeAnimation, b: HHSDKVideo.EKAttributes.Animation.RangeAnimation) -> Swift.Bool
}
public struct Translate : Swift.Equatable {
public enum AnchorPosition : Swift.Equatable {
case top
case bottom
case automatic
public func hash(into hasher: inout Swift.Hasher)
public static func == (a: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition, b: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition) -> Swift.Bool
public var hashValue: Swift.Int {
get
}
}
public var duration: Foundation.TimeInterval
public var delay: Foundation.TimeInterval
public var anchorPosition: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition
public var spring: HHSDKVideo.EKAttributes.Animation.Spring?
public init(duration: Foundation.TimeInterval, anchorPosition: HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition = .automatic, delay: Foundation.TimeInterval = 0, spring: HHSDKVideo.EKAttributes.Animation.Spring? = nil)
public static func == (a: HHSDKVideo.EKAttributes.Animation.Translate, b: HHSDKVideo.EKAttributes.Animation.Translate) -> Swift.Bool
}
public var translate: HHSDKVideo.EKAttributes.Animation.Translate?
public var scale: HHSDKVideo.EKAttributes.Animation.RangeAnimation?
public var fade: HHSDKVideo.EKAttributes.Animation.RangeAnimation?
public var containsTranslation: Swift.Bool {
get
}
public var containsScale: Swift.Bool {
get
}
public var containsFade: Swift.Bool {
get
}
public var containsAnimation: Swift.Bool {
get
}
public var maxDelay: Foundation.TimeInterval {
get
}
public var maxDuration: Foundation.TimeInterval {
get
}
public var totalDuration: Foundation.TimeInterval {
get
}
public static var translation: HHSDKVideo.EKAttributes.Animation {
get
}
public static var none: HHSDKVideo.EKAttributes.Animation {
get
}
public init(translate: HHSDKVideo.EKAttributes.Animation.Translate? = nil, scale: HHSDKVideo.EKAttributes.Animation.RangeAnimation? = nil, fade: HHSDKVideo.EKAttributes.Animation.RangeAnimation? = nil)
public static func == (a: HHSDKVideo.EKAttributes.Animation, b: HHSDKVideo.EKAttributes.Animation) -> Swift.Bool
}
}
extension HHSDKVideo.EKAttributes {
public enum BackgroundStyle : Swift.Equatable {
public struct BlurStyle : Swift.Equatable {
public static var extra: HHSDKVideo.EKAttributes.BackgroundStyle.BlurStyle {
get
}
public static var standard: HHSDKVideo.EKAttributes.BackgroundStyle.BlurStyle {
get
}
@available(iOS 10.0, *)
public static var prominent: HHSDKVideo.EKAttributes.BackgroundStyle.BlurStyle {
get
}
public static var dark: HHSDKVideo.EKAttributes.BackgroundStyle.BlurStyle {
get
}
public init(style: UIKit.UIBlurEffect.Style)
public init(light: UIKit.UIBlurEffect.Style, dark: UIKit.UIBlurEffect.Style)
public func blurStyle(for traits: UIKit.UITraitCollection, mode: HHSDKVideo.EKAttributes.DisplayMode) -> UIKit.UIBlurEffect.Style
public func blurEffect(for traits: UIKit.UITraitCollection, mode: HHSDKVideo.EKAttributes.DisplayMode) -> UIKit.UIBlurEffect
public static func == (a: HHSDKVideo.EKAttributes.BackgroundStyle.BlurStyle, b: HHSDKVideo.EKAttributes.BackgroundStyle.BlurStyle) -> Swift.Bool
}
public struct Gradient {
public var colors: [HHSDKVideo.EKColor]
public var startPoint: CoreFoundation.CGPoint
public var endPoint: CoreFoundation.CGPoint
public init(colors: [HHSDKVideo.EKColor], startPoint: CoreFoundation.CGPoint, endPoint: CoreFoundation.CGPoint)
}
case visualEffect(style: HHSDKVideo.EKAttributes.BackgroundStyle.BlurStyle)
case color(color: HHSDKVideo.EKColor)
case gradient(gradient: HHSDKVideo.EKAttributes.BackgroundStyle.Gradient)
case image(image: UIKit.UIImage)
case clear
public static func == (lhs: HHSDKVideo.EKAttributes.BackgroundStyle, rhs: HHSDKVideo.EKAttributes.BackgroundStyle) -> Swift.Bool
}
}
extension HHSDKVideo.EKAttributes {
public enum DisplayMode {
case inferred
case light
case dark
public static func == (a: HHSDKVideo.EKAttributes.DisplayMode, b: HHSDKVideo.EKAttributes.DisplayMode) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
}
extension HHSDKVideo.EKAttributes {
public typealias DisplayDuration = Foundation.TimeInterval
}
extension HHSDKVideo.EKAttributes {
public enum RoundCorners {
case none
case all(radius: CoreFoundation.CGFloat)
case top(radius: CoreFoundation.CGFloat)
case bottom(radius: CoreFoundation.CGFloat)
}
public enum Border {
case none
case value(color: UIKit.UIColor, width: CoreFoundation.CGFloat)
}
}
extension HHSDKVideo.EKAttributes {
public enum NotificationHapticFeedback {
case success
case warning
case error
case none
public static func == (a: HHSDKVideo.EKAttributes.NotificationHapticFeedback, b: HHSDKVideo.EKAttributes.NotificationHapticFeedback) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
}
extension HHSDKVideo.EKAttributes {
public struct LifecycleEvents {
public typealias Event = () -> Swift.Void
public var willAppear: HHSDKVideo.EKAttributes.LifecycleEvents.Event?
public var didAppear: HHSDKVideo.EKAttributes.LifecycleEvents.Event?
public var willDisappear: HHSDKVideo.EKAttributes.LifecycleEvents.Event?
public var didDisappear: HHSDKVideo.EKAttributes.LifecycleEvents.Event?
public init(willAppear: HHSDKVideo.EKAttributes.LifecycleEvents.Event? = nil, didAppear: HHSDKVideo.EKAttributes.LifecycleEvents.Event? = nil, willDisappear: HHSDKVideo.EKAttributes.LifecycleEvents.Event? = nil, didDisappear: HHSDKVideo.EKAttributes.LifecycleEvents.Event? = nil)
}
}
extension HHSDKVideo.EKAttributes {
public enum PopBehavior {
case overridden
case animated(animation: HHSDKVideo.EKAttributes.Animation)
public var isOverriden: Swift.Bool {
get
}
}
}
extension HHSDKVideo.EKAttributes {
public enum Position {
case top
case bottom
case center
public var isTop: Swift.Bool {
get
}
public var isCenter: Swift.Bool {
get
}
public var isBottom: Swift.Bool {
get
}
public static func == (a: HHSDKVideo.EKAttributes.Position, b: HHSDKVideo.EKAttributes.Position) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
}
extension HHSDKVideo.EKAttributes {
public struct PositionConstraints {
public enum SafeArea {
case overridden
case empty(fillSafeArea: Swift.Bool)
public var isOverridden: Swift.Bool {
get
}
}
public enum Edge {
case ratio(value: CoreFoundation.CGFloat)
case offset(value: CoreFoundation.CGFloat)
case constant(value: CoreFoundation.CGFloat)
case intrinsic
public static var fill: HHSDKVideo.EKAttributes.PositionConstraints.Edge {
get
}
}
public struct Size {
public var width: HHSDKVideo.EKAttributes.PositionConstraints.Edge
public var height: HHSDKVideo.EKAttributes.PositionConstraints.Edge
public init(width: HHSDKVideo.EKAttributes.PositionConstraints.Edge, height: HHSDKVideo.EKAttributes.PositionConstraints.Edge)
public static var intrinsic: HHSDKVideo.EKAttributes.PositionConstraints.Size {
get
}
public static var sizeToWidth: HHSDKVideo.EKAttributes.PositionConstraints.Size {
get
}
public static var screen: HHSDKVideo.EKAttributes.PositionConstraints.Size {
get
}
}
public enum KeyboardRelation {
public struct Offset {
public var bottom: CoreFoundation.CGFloat
public var screenEdgeResistance: CoreFoundation.CGFloat?
public init(bottom: CoreFoundation.CGFloat = 0, screenEdgeResistance: CoreFoundation.CGFloat? = nil)
public static var none: HHSDKVideo.EKAttributes.PositionConstraints.KeyboardRelation.Offset {
get
}
}
case bind(offset: HHSDKVideo.EKAttributes.PositionConstraints.KeyboardRelation.Offset)
case unbind
public var isBound: Swift.Bool {
get
}
}
public struct Rotation {
public enum SupportedInterfaceOrientation {
case standard
case all
public static func == (a: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation, b: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public var isEnabled: Swift.Bool
public var supportedInterfaceOrientations: HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation
public init()
}
public var rotation: HHSDKVideo.EKAttributes.PositionConstraints.Rotation
public var keyboardRelation: HHSDKVideo.EKAttributes.PositionConstraints.KeyboardRelation
public var size: HHSDKVideo.EKAttributes.PositionConstraints.Size
public var maxSize: HHSDKVideo.EKAttributes.PositionConstraints.Size
public var verticalOffset: CoreFoundation.CGFloat
public var safeArea: HHSDKVideo.EKAttributes.PositionConstraints.SafeArea
public var hasVerticalOffset: Swift.Bool {
get
}
public static var float: HHSDKVideo.EKAttributes.PositionConstraints {
get
}
public static var fullWidth: HHSDKVideo.EKAttributes.PositionConstraints {
get
}
public static var fullScreen: HHSDKVideo.EKAttributes.PositionConstraints {
get
}
public init(verticalOffset: CoreFoundation.CGFloat = 0, size: HHSDKVideo.EKAttributes.PositionConstraints.Size = .sizeToWidth, maxSize: HHSDKVideo.EKAttributes.PositionConstraints.Size = .intrinsic)
}
}
extension HHSDKVideo.EKAttributes {
public enum Precedence {
public struct Priority : Swift.Hashable, Swift.Equatable, Swift.RawRepresentable, Swift.Comparable {
public var rawValue: Swift.Int
public var hashValue: Swift.Int {
get
}
public init(_ rawValue: Swift.Int)
public init(rawValue: Swift.Int)
public static func == (lhs: HHSDKVideo.EKAttributes.Precedence.Priority, rhs: HHSDKVideo.EKAttributes.Precedence.Priority) -> Swift.Bool
public static func < (lhs: HHSDKVideo.EKAttributes.Precedence.Priority, rhs: HHSDKVideo.EKAttributes.Precedence.Priority) -> Swift.Bool
public typealias RawValue = Swift.Int
}
public enum QueueingHeuristic {
public static var value: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic
case chronological
case priority
public static func == (a: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic, b: HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
case override(priority: HHSDKVideo.EKAttributes.Precedence.Priority, dropEnqueuedEntries: Swift.Bool)
case enqueue(priority: HHSDKVideo.EKAttributes.Precedence.Priority)
public var priority: HHSDKVideo.EKAttributes.Precedence.Priority {
get
set
}
}
}
extension HHSDKVideo.EKAttributes.Precedence.Priority {
public static let maxRawValue: Swift.Int
public static let highRawValue: Swift.Int
public static let normalRawValue: Swift.Int
public static let lowRawValue: Swift.Int
public static let minRawValue: Swift.Int
public static let max: HHSDKVideo.EKAttributes.Precedence.Priority
public static let high: HHSDKVideo.EKAttributes.Precedence.Priority
public static let normal: HHSDKVideo.EKAttributes.Precedence.Priority
public static let low: HHSDKVideo.EKAttributes.Precedence.Priority
public static let min: HHSDKVideo.EKAttributes.Precedence.Priority
}
extension HHSDKVideo.EKAttributes {
public static var `default`: HHSDKVideo.EKAttributes
public static var toast: HHSDKVideo.EKAttributes {
get
}
public static var float: HHSDKVideo.EKAttributes {
get
}
public static var topFloat: HHSDKVideo.EKAttributes {
get
}
public static var bottomFloat: HHSDKVideo.EKAttributes {
get
}
public static var centerFloat: HHSDKVideo.EKAttributes {
get
}
public static var bottomToast: HHSDKVideo.EKAttributes {
get
}
public static var topToast: HHSDKVideo.EKAttributes {
get
}
public static var topNote: HHSDKVideo.EKAttributes {
get
}
public static var bottomNote: HHSDKVideo.EKAttributes {
get
}
public static var statusBar: HHSDKVideo.EKAttributes {
get
}
}
extension HHSDKVideo.EKAttributes {
public enum Scroll {
public struct PullbackAnimation {
public var duration: Foundation.TimeInterval
public var damping: CoreFoundation.CGFloat
public var initialSpringVelocity: CoreFoundation.CGFloat
public init(duration: Foundation.TimeInterval, damping: CoreFoundation.CGFloat, initialSpringVelocity: CoreFoundation.CGFloat)
public static var jolt: HHSDKVideo.EKAttributes.Scroll.PullbackAnimation {
get
}
public static var easeOut: HHSDKVideo.EKAttributes.Scroll.PullbackAnimation {
get
}
}
case disabled
case edgeCrossingDisabled(swipeable: Swift.Bool)
case enabled(swipeable: Swift.Bool, pullbackAnimation: HHSDKVideo.EKAttributes.Scroll.PullbackAnimation)
}
}
extension HHSDKVideo.EKAttributes {
public enum Shadow {
case none
case active(with: HHSDKVideo.EKAttributes.Shadow.Value)
public struct Value {
public let radius: CoreFoundation.CGFloat
public let opacity: Swift.Float
public let color: HHSDKVideo.EKColor
public let offset: CoreFoundation.CGSize
public init(color: HHSDKVideo.EKColor = .black, opacity: Swift.Float, radius: CoreFoundation.CGFloat, offset: CoreFoundation.CGSize = .zero)
}
}
}
extension HHSDKVideo.EKAttributes {
public enum StatusBar {
public typealias Appearance = (visible: Swift.Bool, style: UIKit.UIStatusBarStyle)
case ignored
case hidden
case dark
case light
case inferred
public var appearance: HHSDKVideo.EKAttributes.StatusBar.Appearance {
get
}
public static func statusBar(by appearance: HHSDKVideo.EKAttributes.StatusBar.Appearance) -> HHSDKVideo.EKAttributes.StatusBar
public static var currentAppearance: HHSDKVideo.EKAttributes.StatusBar.Appearance {
get
}
public static var currentStatusBar: HHSDKVideo.EKAttributes.StatusBar {
get
}
public static func == (a: HHSDKVideo.EKAttributes.StatusBar, b: HHSDKVideo.EKAttributes.StatusBar) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
}
extension HHSDKVideo.EKAttributes {
public struct UserInteraction {
public typealias Action = () -> ()
public enum Default {
case absorbTouches
case delayExit(by: Foundation.TimeInterval)
case dismissEntry
case forward
}
public var defaultAction: HHSDKVideo.EKAttributes.UserInteraction.Default
public var customTapActions: [HHSDKVideo.EKAttributes.UserInteraction.Action]
public init(defaultAction: HHSDKVideo.EKAttributes.UserInteraction.Default = .absorbTouches, customTapActions: [HHSDKVideo.EKAttributes.UserInteraction.Action] = [])
public static var dismiss: HHSDKVideo.EKAttributes.UserInteraction {
get
}
public static var forward: HHSDKVideo.EKAttributes.UserInteraction {
get
}
public static var absorbTouches: HHSDKVideo.EKAttributes.UserInteraction {
get
}
public static func delayExit(by delay: Foundation.TimeInterval) -> HHSDKVideo.EKAttributes.UserInteraction
}
}
extension HHSDKVideo.EKAttributes {
public enum WindowLevel {
case alerts
case statusBar
case normal
case custom(level: UIKit.UIWindow.Level)
public var value: UIKit.UIWindow.Level {
get
}
}
}
@objc @_Concurrency.MainActor(unsafe) final public class EKButtonBarView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) public init(with buttonBarContent: HHSDKVideo.EKProperty.ButtonBarContent)
@_Concurrency.MainActor(unsafe) @objc override final public func layoutSubviews()
@_Concurrency.MainActor(unsafe) final public func expand()
@_Concurrency.MainActor(unsafe) final public func compress()
@_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?)
@objc deinit
}
public struct EKColor : Swift.Equatable {
public var dark: UIKit.UIColor {
get
}
public var light: UIKit.UIColor {
get
}
public init(light: UIKit.UIColor, dark: UIKit.UIColor)
public init(_ unified: UIKit.UIColor)
public init(rgb: Swift.Int)
public init(red: Swift.Int, green: Swift.Int, blue: Swift.Int)
public func color(for traits: UIKit.UITraitCollection, mode: HHSDKVideo.EKAttributes.DisplayMode) -> UIKit.UIColor
public static func == (a: HHSDKVideo.EKColor, b: HHSDKVideo.EKColor) -> Swift.Bool
}
extension HHSDKVideo.EKColor {
public var inverted: HHSDKVideo.EKColor {
get
}
public func with(alpha: CoreFoundation.CGFloat) -> HHSDKVideo.EKColor
public static var white: HHSDKVideo.EKColor {
get
}
public static var black: HHSDKVideo.EKColor {
get
}
public static var clear: HHSDKVideo.EKColor {
get
}
public static var standardBackground: HHSDKVideo.EKColor {
get
}
public static var standardContent: HHSDKVideo.EKColor {
get
}
}
@objc @_Concurrency.MainActor(unsafe) final public class EKFormMessageView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public init(with title: HHSDKVideo.EKProperty.LabelContent, textFieldsContent: [HHSDKVideo.EKProperty.TextFieldContent], buttonContent: HHSDKVideo.EKProperty.ButtonContent)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) final public func becomeFirstResponder(with textFieldIndex: Swift.Int)
@_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?)
@objc deinit
}
@objc @_Concurrency.MainActor(unsafe) public class EKImageNoteMessageView : HHSDKVideo.EKAccessoryNoteMessageView {
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) public init(with content: HHSDKVideo.EKProperty.LabelContent, imageContent: HHSDKVideo.EKProperty.ImageContent)
@objc deinit
}
@objc @_Concurrency.MainActor(unsafe) public class EKMessageContentView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var titleContent: HHSDKVideo.EKProperty.LabelContent! {
get
set
}
@_Concurrency.MainActor(unsafe) public var subtitleContent: HHSDKVideo.EKProperty.LabelContent! {
get
set
}
@_Concurrency.MainActor(unsafe) public var titleAttributes: HHSDKVideo.EKProperty.LabelStyle! {
get
set
}
@_Concurrency.MainActor(unsafe) public var subtitleAttributes: HHSDKVideo.EKProperty.LabelStyle! {
get
set
}
@_Concurrency.MainActor(unsafe) public var title: Swift.String! {
get
set
}
@_Concurrency.MainActor(unsafe) public var subtitle: Swift.String! {
get
set
}
@_Concurrency.MainActor(unsafe) public var verticalMargins: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var horizontalMargins: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var labelsOffset: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) @objc dynamic public init()
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?)
@objc deinit
}
@objc @_Concurrency.MainActor(unsafe) public class EKNoteMessageView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var horizontalOffset: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var verticalOffset: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public init(with content: HHSDKVideo.EKProperty.LabelContent)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@objc deinit
}
public struct EKNotificationMessage {
public struct Insets {
public var contentInsets: UIKit.UIEdgeInsets
public var titleToDescription: CoreFoundation.CGFloat
public static var `default`: HHSDKVideo.EKNotificationMessage.Insets
}
public let simpleMessage: HHSDKVideo.EKSimpleMessage
public let auxiliary: HHSDKVideo.EKProperty.LabelContent?
public let insets: HHSDKVideo.EKNotificationMessage.Insets
public init(simpleMessage: HHSDKVideo.EKSimpleMessage, auxiliary: HHSDKVideo.EKProperty.LabelContent? = nil, insets: HHSDKVideo.EKNotificationMessage.Insets = .default)
}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) final public class EKNotificationMessageView : HHSDKVideo.EKSimpleMessageView {
@_Concurrency.MainActor(unsafe) public init(with message: HHSDKVideo.EKNotificationMessage)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?)
@objc deinit
}
public struct EKPopUpMessage {
public typealias EKPopUpMessageAction = () -> ()
public struct ThemeImage {
public enum Position {
case topToTop(offset: CoreFoundation.CGFloat)
case centerToTop(offset: CoreFoundation.CGFloat)
}
public var image: HHSDKVideo.EKProperty.ImageContent
public var position: HHSDKVideo.EKPopUpMessage.ThemeImage.Position
public init(image: HHSDKVideo.EKProperty.ImageContent, position: HHSDKVideo.EKPopUpMessage.ThemeImage.Position = .topToTop(offset: 40))
}
public var themeImage: HHSDKVideo.EKPopUpMessage.ThemeImage?
public var title: HHSDKVideo.EKProperty.LabelContent
public var description: HHSDKVideo.EKProperty.LabelContent
public var button: HHSDKVideo.EKProperty.ButtonContent
public var action: HHSDKVideo.EKPopUpMessage.EKPopUpMessageAction
public init(themeImage: HHSDKVideo.EKPopUpMessage.ThemeImage? = nil, title: HHSDKVideo.EKProperty.LabelContent, description: HHSDKVideo.EKProperty.LabelContent, button: HHSDKVideo.EKProperty.ButtonContent, action: @escaping HHSDKVideo.EKPopUpMessage.EKPopUpMessageAction)
}
@objc @_Concurrency.MainActor(unsafe) final public class EKPopUpMessageView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public init(with message: HHSDKVideo.EKPopUpMessage)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?)
@objc deinit
}
@objc @_Concurrency.MainActor(unsafe) public class EKProcessingNoteMessageView : HHSDKVideo.EKAccessoryNoteMessageView {
@_Concurrency.MainActor(unsafe) public var isProcessing: Swift.Bool {
get
set
}
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) public init(with content: HHSDKVideo.EKProperty.LabelContent, activityIndicator: UIKit.UIActivityIndicatorView.Style)
@objc deinit
}
public struct EKProperty {
public struct ButtonContent {
public typealias Action = () -> ()
public var label: HHSDKVideo.EKProperty.LabelContent
public var backgroundColor: HHSDKVideo.EKColor
public var highlightedBackgroundColor: HHSDKVideo.EKColor
public var contentEdgeInset: CoreFoundation.CGFloat
public var displayMode: HHSDKVideo.EKAttributes.DisplayMode
public var accessibilityIdentifier: Swift.String?
public var action: HHSDKVideo.EKProperty.ButtonContent.Action?
public init(label: HHSDKVideo.EKProperty.LabelContent, backgroundColor: HHSDKVideo.EKColor, highlightedBackgroundColor: HHSDKVideo.EKColor, contentEdgeInset: CoreFoundation.CGFloat = 5, displayMode: HHSDKVideo.EKAttributes.DisplayMode = .inferred, accessibilityIdentifier: Swift.String? = nil, action: @escaping HHSDKVideo.EKProperty.ButtonContent.Action = {})
public func backgroundColor(for traitCollection: UIKit.UITraitCollection) -> UIKit.UIColor
public func highlightedBackgroundColor(for traitCollection: UIKit.UITraitCollection) -> UIKit.UIColor
public func highlighedLabelColor(for traitCollection: UIKit.UITraitCollection) -> UIKit.UIColor
}
public struct LabelContent {
public var text: Swift.String
public var style: HHSDKVideo.EKProperty.LabelStyle
public var accessibilityIdentifier: Swift.String?
public init(text: Swift.String, style: HHSDKVideo.EKProperty.LabelStyle, accessibilityIdentifier: Swift.String? = nil)
}
public struct LabelStyle {
public var font: UIKit.UIFont
public var color: HHSDKVideo.EKColor
public var alignment: UIKit.NSTextAlignment
public var numberOfLines: Swift.Int
public var displayMode: HHSDKVideo.EKAttributes.DisplayMode
public init(font: UIKit.UIFont, color: HHSDKVideo.EKColor, alignment: UIKit.NSTextAlignment = .left, displayMode: HHSDKVideo.EKAttributes.DisplayMode = .inferred, numberOfLines: Swift.Int = 0)
public func color(for traitCollection: UIKit.UITraitCollection) -> UIKit.UIColor
}
public struct ImageContent {
public enum TransformAnimation {
case animate(duration: Foundation.TimeInterval, options: UIKit.UIView.AnimationOptions, transform: CoreFoundation.CGAffineTransform)
case none
}
public var tint: HHSDKVideo.EKColor?
public var images: [UIKit.UIImage]
public var imageSequenceAnimationDuration: Foundation.TimeInterval
public var size: CoreFoundation.CGSize?
public var contentMode: UIKit.UIView.ContentMode
public var makesRound: Swift.Bool
public var animation: HHSDKVideo.EKProperty.ImageContent.TransformAnimation
public var displayMode: HHSDKVideo.EKAttributes.DisplayMode
public var accessibilityIdentifier: Swift.String?
public init(imageName: Swift.String, animation: HHSDKVideo.EKProperty.ImageContent.TransformAnimation = .none, displayMode: HHSDKVideo.EKAttributes.DisplayMode = .inferred, size: CoreFoundation.CGSize? = nil, contentMode: UIKit.UIView.ContentMode = .scaleToFill, tint: HHSDKVideo.EKColor? = nil, makesRound: Swift.Bool = false, accessibilityIdentifier: Swift.String? = nil)
public init(image: UIKit.UIImage, animation: HHSDKVideo.EKProperty.ImageContent.TransformAnimation = .none, displayMode: HHSDKVideo.EKAttributes.DisplayMode = .inferred, size: CoreFoundation.CGSize? = nil, tint: HHSDKVideo.EKColor? = nil, contentMode: UIKit.UIView.ContentMode = .scaleToFill, makesRound: Swift.Bool = false, accessibilityIdentifier: Swift.String? = nil)
public init(images: [UIKit.UIImage], imageSequenceAnimationDuration: Foundation.TimeInterval = 1, displayMode: HHSDKVideo.EKAttributes.DisplayMode = .inferred, animation: HHSDKVideo.EKProperty.ImageContent.TransformAnimation = .none, size: CoreFoundation.CGSize? = nil, tint: HHSDKVideo.EKColor? = nil, contentMode: UIKit.UIView.ContentMode = .scaleToFill, makesRound: Swift.Bool = false, accessibilityIdentifier: Swift.String? = nil)
public init(imagesNames: [Swift.String], imageSequenceAnimationDuration: Foundation.TimeInterval = 1, displayMode: HHSDKVideo.EKAttributes.DisplayMode = .inferred, animation: HHSDKVideo.EKProperty.ImageContent.TransformAnimation = .none, size: CoreFoundation.CGSize? = nil, tint: HHSDKVideo.EKColor? = nil, contentMode: UIKit.UIView.ContentMode = .scaleToFill, makesRound: Swift.Bool = false, accessibilityIdentifier: Swift.String? = nil)
public static func thumb(with image: UIKit.UIImage, edgeSize: CoreFoundation.CGFloat) -> HHSDKVideo.EKProperty.ImageContent
public static func thumb(with imageName: Swift.String, edgeSize: CoreFoundation.CGFloat) -> HHSDKVideo.EKProperty.ImageContent
public func tintColor(for traitCollection: UIKit.UITraitCollection) -> UIKit.UIColor?
}
public struct TextFieldContent {
weak public var delegate: UIKit.UITextFieldDelegate?
public var keyboardType: UIKit.UIKeyboardType
public var isSecure: Swift.Bool
public var leadingImage: UIKit.UIImage!
public var placeholder: HHSDKVideo.EKProperty.LabelContent
public var textStyle: HHSDKVideo.EKProperty.LabelStyle
public var tintColor: HHSDKVideo.EKColor!
public var displayMode: HHSDKVideo.EKAttributes.DisplayMode
public var bottomBorderColor: HHSDKVideo.EKColor
public var accessibilityIdentifier: Swift.String?
public var textContent: Swift.String {
get
set
}
public init(delegate: UIKit.UITextFieldDelegate? = nil, keyboardType: UIKit.UIKeyboardType = .default, placeholder: HHSDKVideo.EKProperty.LabelContent, tintColor: HHSDKVideo.EKColor? = nil, displayMode: HHSDKVideo.EKAttributes.DisplayMode = .inferred, textStyle: HHSDKVideo.EKProperty.LabelStyle, isSecure: Swift.Bool = false, leadingImage: UIKit.UIImage? = nil, bottomBorderColor: HHSDKVideo.EKColor = .clear, accessibilityIdentifier: Swift.String? = nil)
public func tintColor(for traitCollection: UIKit.UITraitCollection) -> UIKit.UIColor?
public func bottomBorderColor(for traitCollection: UIKit.UITraitCollection) -> UIKit.UIColor?
}
public struct ButtonBarContent {
public var content: [HHSDKVideo.EKProperty.ButtonContent]
public var separatorColor: HHSDKVideo.EKColor
public var horizontalDistributionThreshold: Swift.Int
public var expandAnimatedly: Swift.Bool
public var buttonHeight: CoreFoundation.CGFloat
public var displayMode: HHSDKVideo.EKAttributes.DisplayMode
public init(with buttonContents: HHSDKVideo.EKProperty.ButtonContent..., separatorColor: HHSDKVideo.EKColor, horizontalDistributionThreshold: Swift.Int = 2, buttonHeight: CoreFoundation.CGFloat = 50, displayMode: HHSDKVideo.EKAttributes.DisplayMode = .inferred, expandAnimatedly: Swift.Bool)
public init(with buttonContents: [HHSDKVideo.EKProperty.ButtonContent], separatorColor: HHSDKVideo.EKColor, horizontalDistributionThreshold: Swift.Int = 2, buttonHeight: CoreFoundation.CGFloat = 50, displayMode: HHSDKVideo.EKAttributes.DisplayMode = .inferred, expandAnimatedly: Swift.Bool)
public func separatorColor(for traitCollection: UIKit.UITraitCollection) -> UIKit.UIColor
}
public struct EKRatingItemContent {
public var title: HHSDKVideo.EKProperty.LabelContent
public var description: HHSDKVideo.EKProperty.LabelContent
public var unselectedImage: HHSDKVideo.EKProperty.ImageContent
public var selectedImage: HHSDKVideo.EKProperty.ImageContent
public var size: CoreFoundation.CGSize
public init(title: HHSDKVideo.EKProperty.LabelContent, description: HHSDKVideo.EKProperty.LabelContent, unselectedImage: HHSDKVideo.EKProperty.ImageContent, selectedImage: HHSDKVideo.EKProperty.ImageContent, size: CoreFoundation.CGSize = CGSize(width: 50, height: 50))
}
}
public struct EKRatingMessage {
public typealias Selection = (Swift.Int) -> Swift.Void
public var initialTitle: HHSDKVideo.EKProperty.LabelContent
public var initialDescription: HHSDKVideo.EKProperty.LabelContent
public var ratingItems: [HHSDKVideo.EKProperty.EKRatingItemContent]
public var buttonBarContent: HHSDKVideo.EKProperty.ButtonBarContent
public var selection: HHSDKVideo.EKRatingMessage.Selection!
public var selectedIndex: Swift.Int? {
get
set
}
public init(initialTitle: HHSDKVideo.EKProperty.LabelContent, initialDescription: HHSDKVideo.EKProperty.LabelContent, ratingItems: [HHSDKVideo.EKProperty.EKRatingItemContent], buttonBarContent: HHSDKVideo.EKProperty.ButtonBarContent, selection: HHSDKVideo.EKRatingMessage.Selection? = nil)
}
@objc @_Concurrency.MainActor(unsafe) final public class EKRatingMessageView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public init(with message: HHSDKVideo.EKRatingMessage)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) final public class EKRatingSymbolsContainerView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) final public func setup(with message: HHSDKVideo.EKRatingMessage, externalSelection: @escaping HHSDKVideo.EKRatingMessage.Selection)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@objc deinit
}
@objc @_Concurrency.MainActor(unsafe) final public class EKRatingSymbolView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) final public var isSelected: Swift.Bool {
get
set
}
@_Concurrency.MainActor(unsafe) public init(unselectedImage: HHSDKVideo.EKProperty.ImageContent, selectedImage: HHSDKVideo.EKProperty.ImageContent, selection: @escaping HHSDKVideo.EKRatingMessage.Selection)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@objc deinit
}
public struct EKSimpleMessage {
public let image: HHSDKVideo.EKProperty.ImageContent?
public let title: HHSDKVideo.EKProperty.LabelContent
public let description: HHSDKVideo.EKProperty.LabelContent
public init(image: HHSDKVideo.EKProperty.ImageContent? = nil, title: HHSDKVideo.EKProperty.LabelContent, description: HHSDKVideo.EKProperty.LabelContent)
}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class EKSimpleMessageView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?)
@objc deinit
}
@objc @_Concurrency.MainActor(unsafe) final public class EKTextField : UIKit.UIView {
@_Concurrency.MainActor(unsafe) final public var text: Swift.String {
get
set
}
@_Concurrency.MainActor(unsafe) public init(with content: HHSDKVideo.EKProperty.TextFieldContent)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) final public func makeFirstResponder()
@_Concurrency.MainActor(unsafe) @objc override final public func traitCollectionDidChange(_ previousTraitCollection: UIKit.UITraitCollection?)
@objc deinit
}
@objc @_Concurrency.MainActor(unsafe) public class EKXStatusBarMessageView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public init(leading: HHSDKVideo.EKProperty.LabelContent, trailing: HHSDKVideo.EKProperty.LabelContent)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@objc deinit
}
public func <- <T>(left: inout T, right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func >>> <T>(left: T, right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func <- <T>(left: inout T?, right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func >>> <T>(left: T?, right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func <- <T>(left: inout [T], right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func >>> <T>(left: [T], right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func <- <T>(left: inout [T]?, right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func >>> <T>(left: [T]?, right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func <- <T>(left: inout [Swift.String : T], right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func >>> <T>(left: [Swift.String : T], right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func <- <T>(left: inout [Swift.String : T]?, right: HHSDKVideo.Map) where T : Swift.RawRepresentable
public func >>> <T>(left: [Swift.String : T]?, right: HHSDKVideo.Map) where T : Swift.RawRepresentable
open class EnumTransform<T> : HHSDKVideo.TransformType where T : Swift.RawRepresentable {
public typealias Object = T
public typealias JSON = T.RawValue
public init()
open func transformFromJSON(_ value: Any?) -> T?
open func transformToJSON(_ value: T?) -> T.RawValue?
@objc deinit
}
final public class GCM : HHSDKVideo.BlockMode {
public enum Mode {
case combined
case detached
public static func == (a: HHSDKVideo.GCM.Mode, b: HHSDKVideo.GCM.Mode) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
final public let options: HHSDKVideo.BlockModeOption
public enum Error : Swift.Error {
case invalidInitializationVector
case fail
public static func == (a: HHSDKVideo.GCM.Error, b: HHSDKVideo.GCM.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
final public var authenticationTag: Swift.Array<Swift.UInt8>?
public init(iv: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKVideo.GCM.Mode = .detached)
convenience public init(iv: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, mode: HHSDKVideo.GCM.Mode = .detached)
final public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
@objc deinit
}
open class HexColorTransform : HHSDKVideo.TransformType {
public typealias Object = UIKit.UIColor
public typealias JSON = Swift.String
public init(prefixToJSON: Swift.Bool = false, alphaToJSON: Swift.Bool = false)
open func transformFromJSON(_ value: Any?) -> HHSDKVideo.HexColorTransform.Object?
open func transformToJSON(_ value: HHSDKVideo.HexColorTransform.Object?) -> HHSDKVideo.HexColorTransform.JSON?
@objc deinit
}
@objc @_inheritsConvenienceInitializers public class HHAppProtocolCheck : ObjectiveC.NSObject {
public static let instance: HHSDKVideo.HHAppProtocolCheck
@objc override dynamic public init()
public func showPrivacyDialog(content: Swift.String, userDoc: Swift.String, privateDoc: Swift.String, _ agreeBlock: ((Swift.Bool) -> Swift.Void)?)
@objc deinit
}
extension HHSDKVideo.HHAppProtocolCheck : UIKit.UITextViewDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func textView(_ textView: UIKit.UITextView, shouldInteractWith URL: Foundation.URL, in characterRange: Foundation.NSRange, interaction: UIKit.UITextItemInteraction) -> Swift.Bool
}
extension Swift.Array {
public subscript(safe index: Swift.Int) -> Element? {
get
}
}
public struct HHBaseApi {
}
@propertyWrapper public struct ApiConfig {
public var wrappedValue: HHSDKVideo.HHBaseApi {
get
}
public init(path: Swift.String, method: HHSDKVideo.HHRequestMethod = .post, hostType: HHSDKVideo.HHHostType = .normal, domain: Swift.String = HHUrl.urlForFamily(), needUserInfo: Swift.Bool = true, needEncrypt: Swift.Bool = true, needDNS: Swift.Bool = true)
}
public enum HHHostType {
case normal
case wmp
case medic
public static func == (a: HHSDKVideo.HHHostType, b: HHSDKVideo.HHHostType) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public typealias HHLoginHandler = ((Swift.String?) -> Swift.Void)
@_inheritsConvenienceInitializers @objc public class HHBaseSDK : ObjectiveC.NSObject {
@objc public static let `default`: HHSDKVideo.HHBaseSDK
public var dnsCallback: HHSDKVideo.HHDNSProtocal?
@objc public func start()
@objc public func login(userToken: Swift.String, completion: @escaping HHSDKVideo.HHLoginHandler)
@objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil)
@objc override dynamic public init()
@objc deinit
}
@objc public enum HHBaseCallingState : Swift.Int {
case onStart = 0
case waitingDoctor
case callFreeDoctor
case callConnect
case didRing
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc public protocol HHBaseVideoDelegate : ObjectiveC.NSObjectProtocol {
@objc func callStateChange(_ state: HHSDKVideo.HHBaseCallingState)
@objc optional func onStart(orderId: Swift.String?)
@objc func callDidEstablish()
@objc func getChatParentView(_ view: UIKit.UIView)
@objc func callFail(code: Swift.Int, error: Swift.String)
@objc func onFail(_ errorCode: Swift.Int, errrorStr: Swift.String?)
@objc func onCancel()
@objc func receivedOrder(_ orderId: Swift.String)
@objc func callDidFinish()
@objc func onExtensionDoctor()
@objc func onReceive(_ callID: Swift.String)
@objc func onResponse(_ accept: Swift.Bool)
@objc func onLeakPermission(_ type: HHSDKVideo.HHBasePermissionType)
@objc optional func onForceOffline()
@objc optional func onShareToWXMiniProgram(path: Swift.String, title: Swift.String, image: Swift.String, wxAppId: Swift.String)
@objc optional func goPayCount(_ url: Swift.String)
@objc optional func judgeShareToWXMiniProgramAbility() -> Swift.Bool
}
@objc public protocol HHCallDelegate : ObjectiveC.NSObjectProtocol {
@objc optional func onCallStatus(_ error: Swift.Error?)
@objc optional func onCallSuccess()
@objc optional func callFinished()
}
@_inheritsConvenienceInitializers @objc public class HHCallerInfo : ObjectiveC.NSObject, HHSDKVideo.Mappable {
public var name: Swift.String?
public var photourl: Swift.String?
public var uuid: Swift.Int?
public var userToken: Swift.String?
@objc override dynamic public init()
required public init?(map: HHSDKVideo.Map)
public func mapping(map: HHSDKVideo.Map)
@objc deinit
}
public class HHCameraConfig {
weak public var sender: UIKit.UIViewController!
public var mediaType: HHSDKVideo.HHMediaType
public var isGrayCam: Swift.Bool
public var canReduce: Swift.Bool
public var autoUpload: Swift.Bool
public var maxCount: Swift.Int?
public var crop: HHSDKVideo.onCropFinish?
public var canceled: HHSDKVideo.onCanceled?
public var allowSelectVideo: Swift.Bool
public init()
public func build(_ block: (inout HHSDKVideo.HHCameraConfig) -> Swift.Void) -> HHSDKVideo.HHCameraConfig
@objc deinit
}
public let HHSDKScreenWidth: CoreFoundation.CGFloat
public let HHSDKScreenHeight: CoreFoundation.CGFloat
public let China_Flag: Swift.String
public struct HHDimens {
public static func isPad() -> Swift.Bool
public static func isPlus() -> Swift.Bool
}
public func HHColor(_ red: CoreFoundation.CGFloat, green: CoreFoundation.CGFloat, blue: CoreFoundation.CGFloat, alpha: CoreFoundation.CGFloat = 1.0) -> UIKit.UIColor
public func HHUISingleColor(_ value: CoreFoundation.CGFloat, alpha: CoreFoundation.CGFloat = 1.0) -> UIKit.UIColor
public func visibleWindow() -> UIKit.UIWindow?
public func imageWithColor(color: UIKit.UIColor) -> UIKit.UIImage?
public func delayFunc(_ time: Swift.Double, block: @escaping () -> Swift.Void)
public func appLanguage() -> Swift.String
public func isChina() -> Swift.Bool
@_hasMissingDesignatedInitializers public class HHDevice {
public static func isIphoneX() -> Swift.Bool
public static func botOffset() -> CoreFoundation.CGFloat
public static func tOffset() -> CoreFoundation.CGFloat
public class func isSml() -> Swift.Bool
public class func isMid() -> Swift.Bool
public class func isPlus() -> Swift.Bool
public class func isX() -> Swift.Bool
public static func iphoneType() -> Swift.String
@objc deinit
}
public typealias HHFetchBlock = (_ image: UIKit.UIImage?, _ info: [Swift.AnyHashable : Any]?) -> Swift.Void
public typealias onCanceled = (() -> Swift.Void)
public typealias onCapFinished = (([HHSDKVideo.SDKCameraImageModel]?) -> Swift.Void)
public typealias onCropFinish = (_ image: UIKit.UIImage, _ path: Swift.String?) -> Swift.Void
public enum HHMediaType : Swift.Int {
case cusCamera
case sysCamera
case cusVideo
case sysVideo
case photoImage
case photoVideo
case cusPhoto
case sysCrop
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
open class HHDataController<T> where T : HHSDKVideo.Mappable {
open var mData: T?
public init()
open func request(api: HHSDKVideo.HHBaseApi, data: HHSDKVideo.HHRequestData? = nil, result: HHSDKVideo.NetResult?)
open func emptyRequest(api: HHSDKVideo.HHBaseApi, data: HHSDKVideo.HHRequestData? = nil, result: HHSDKVideo.NetResult?)
open func noDataRequest(api: HHSDKVideo.HHBaseApi, data: HHSDKVideo.HHRequestData? = nil, result: HHSDKVideo.NetResult?)
open func request<E>(api: HHSDKVideo.HHBaseApi, data: HHSDKVideo.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKVideo.HHNetError? = nil) where E : HHSDKVideo.Mappable
@objc deinit
}
extension Foundation.Date {
public static func currentDate() -> Foundation.Date
}
public enum DateFormat : Swift.String {
case Full
case SingleDate
case Single
case WithoutSecond
case WithoutYearAndSecond
case HourMinute
case CN_Month_Day
case CN_Hour_Minute
public init?(rawValue: Swift.String)
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
}
}
@objc @_inheritsConvenienceInitializers public class HHDateUtils : ObjectiveC.NSObject {
public class func getDateForChinaStr() -> Swift.String
public static func stringWithDurationFromSeconds(_ seconds: Foundation.TimeInterval) -> Swift.String
public static func component(_ date: Foundation.Date) -> Foundation.DateComponents
@objc override dynamic public init()
@objc deinit
}
extension HHSDKVideo.HHDateUtils {
public class func date2String(_ date: Foundation.Date, format: Swift.String) -> Swift.String
public class func date2String(_ date: Foundation.Date, format: HHSDKVideo.DateFormat) -> Swift.String
}
extension HHSDKVideo.HHDateUtils {
public class func string2Date(_ str: Swift.String, format: HHSDKVideo.DateFormat) -> Foundation.Date?
public class func string2Date(_ str: Swift.String, format: Swift.String) -> Foundation.Date?
}
extension HHSDKVideo.HHDateUtils {
public static func dateStringFromNow(_ date: Swift.Int) -> Swift.String
public static func dateStringFromInt(_ date: Swift.Int) -> Swift.String
public static func dateYearStringFromInt(_ date: Swift.Int) -> Swift.String
}
@objc @_inheritsConvenienceInitializers open class HHDeviceManager : ObjectiveC.NSObject {
public static func jailBrokend() -> Swift.Bool
@objc override dynamic public init()
@objc deinit
}
public protocol HHDNSProtocal {
func changeHost(_ hostDomain: Swift.String) -> Swift.String
func requestHost(_ host: Swift.String, challenge: Foundation.URLAuthenticationChallenge, completion: @escaping (Foundation.URLSession.AuthChallengeDisposition, Foundation.URLCredential?) -> Swift.Void)
}
public typealias HHPriceInfo = (priceAttri: Foundation.NSMutableAttributedString, disPriceWidth: CoreFoundation.CGFloat?)
public struct HHVideoOrderModel : HHSDKVideo.Mappable {
public var doctor: HHSDKVideo.HHDoctorModel?
public var order: HHSDKVideo.HHVideoOrderOrderModel?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct HHVideoOrderOrderModel : HHSDKVideo.Mappable {
public var orderType: Swift.String?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct HHDoctorModel : HHSDKVideo.Mappable {
public init?(map: HHSDKVideo.Map)
public var agentUuid: Swift.String?
public var createtime: Swift.String?
public var department: Swift.String?
public var deptid: Swift.Int?
public var disease: Swift.String?
public var diseaseList: [Swift.String]?
public var doctorid: Swift.String?
public var expertStatus: Swift.String?
public var expertVideoTime: Swift.String?
public var famExpertVideoPrice: Swift.Float?
public var famServices: Swift.Int?
public var famprovidetypes: Swift.String?
public var hhTitle: Swift.String?
public var hospital: Swift.String?
public var hospitalid: Swift.Int?
public var introduction: Swift.String?
public var isTest: Swift.String?
public var login: HHSDKVideo.LoginModel?
public var workyear: Swift.Int?
public var name: Swift.String?
public var photourl: Swift.String?
public var price: Swift.Float?
public var providetype: Swift.String?
public var province: Swift.String?
public var service: Swift.String?
public var serviceTypeStatus: Swift.String?
public var speciality: Swift.String?
public var standardDeptid: Swift.Int?
public var standardDeptname: Swift.String?
public var standardid: Swift.Int?
public var subdept: Swift.String?
public var subdeptids: Swift.String?
public var title: Swift.String?
public var titleid: Swift.Int?
public var vedioTimeList: Swift.String?
public var videoprice: Swift.Float?
public var rate: Swift.String?
public var license: Swift.String?
public var hasAid: Swift.Bool?
public init()
public mutating func mapping(map: HHSDKVideo.Map)
public func isJianzhi() -> Swift.Bool
public func supportType(type: HHSDKVideo.HHConsType) -> Swift.Bool
public func getPrice() -> HHSDKVideo.HHPriceInfo?
public func isZhuanke() -> Swift.Bool
}
public struct LoginModel : HHSDKVideo.Mappable {
public var actionSource: Swift.String?
public var loginname: Swift.String?
public var name: Swift.String?
public var photourl: Swift.String?
public var uuid: Swift.Int?
public var videoToken: Swift.String?
public var phoneno: Swift.String?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public enum HHConsType : Swift.String {
case normal
case expert_video
case feiDao
case video
public init?(rawValue: Swift.String)
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
}
}
public struct HHEmptyModel : HHSDKVideo.Mappable {
public init()
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
@_hasMissingDesignatedInitializers public class HHEncryptUtils {
public static func encrypto(key: Swift.String, content: Swift.String) -> Swift.String?
public static func decrypto(key: Swift.String, content: Swift.String) -> Swift.String?
public static func encrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data?
public static func decrypto(key: Swift.String, content: Foundation.Data) -> Foundation.Data?
@objc deinit
}
@objc @_inheritsConvenienceInitializers public class HHFileCacheManager : ObjectiveC.NSObject {
public enum HHAssetPathType {
case image
case video
case sound
case dicom
case fb
case other
case dataBase
public static func == (a: HHSDKVideo.HHFileCacheManager.HHAssetPathType, b: HHSDKVideo.HHFileCacheManager.HHAssetPathType) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public enum HHFileFormat : Swift.String {
case Jpg
case Png
case Jpeg
case webp
public init?(rawValue: Swift.String)
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
}
}
@objc override dynamic public init()
@objc deinit
}
extension HHSDKVideo.HHFileCacheManager {
public class func getFileFormat(_ name: Swift.String) -> HHSDKVideo.HHFileCacheManager.HHAssetPathType
public class func createSoundFilePath(_ aPath: Swift.String) -> Swift.String
public class func createDBPath(_ aPath: Swift.String) -> Swift.String
public class func assetsCachePath(_ pathType: HHSDKVideo.HHFileCacheManager.HHAssetPathType) -> Swift.String
public class func createImageFilePath(_ format: HHSDKVideo.HHFileCacheManager.HHFileFormat = .Jpg) -> Swift.String
public class func createVideoFilePath() -> Swift.String
public class func isWriteCache(_ path: Swift.String?, data: Foundation.Data?) -> Swift.Bool
public class func isWriteCache(_ path: Swift.String?, image: UIKit.UIImage, quality: CoreFoundation.CGFloat = 1.0) -> Swift.Bool
public class func getFilePath(_ name: Swift.String) -> Swift.String?
}
extension HHSDKVideo.HHFileCacheManager {
public static func saveString2File(_ string: Swift.String?, fileName: Swift.String)
public static func stringFromFile(_ fileName: Swift.String) -> Swift.String?
}
extension Foundation.FileManager {
public func addSkipBackupAttributeToItemAtURL(_ url: Foundation.URL) -> Swift.Bool
}
public var uploadManager: HHSDKVideo.UploadQueue {
get
}
@_hasMissingDesignatedInitializers public class UploadQueue {
@discardableResult
public func upload(files: [Swift.String], config: HHSDKVideo.SDKUploadConfig) -> HHSDKVideo.HHFileUploadManager
public func cancelAll(_ finished: (() -> Swift.Void)? = nil)
@objc deinit
}
public class HHFileUploadManager {
public var mFileQueue: [Swift.String]
public var config: HHSDKVideo.SDKUploadConfig!
public var mTransFile: Swift.String?
public var isUploading: Swift.Bool
public init(files: [Swift.String], config: HHSDKVideo.SDKUploadConfig)
public func uploadFile(_ file: [Swift.String])
public func cancalFiles(_ files: [Swift.String], cancelFinish: ((Swift.String) -> Swift.Void)? = nil)
public func cancelAll(_ finished: (() -> Swift.Void)? = nil)
@objc deinit
}
@objc public protocol HHVideoHUDable {
@objc func showHUD()
@objc func dismissHUD()
@objc func showSuccess(_ message: Swift.String?)
@objc func showError(_ messgae: Swift.String?)
}
@objc public protocol HHIM {
@objc func register(_ cerName: Swift.String?)
@objc func login(_ completion: ((Swift.String?) -> Swift.Void)?)
@objc func autoLogin(_ completion: ((Swift.String?) -> Swift.Void)?)
@objc func logout(_ callback: ((Swift.String?) -> Swift.Void)?)
@objc func canVideo() -> Swift.Bool
}
public struct HHInviteDocModel : HHSDKVideo.Mappable {
public var orderId: Swift.String?
public var channelId: Swift.UInt64?
public var doctorId: Swift.String?
public var imageUrl: Swift.String?
public var signalingType: Swift.String?
public var width: CoreFoundation.CGFloat
public var height: CoreFoundation.CGFloat
public init?(map: HHSDKVideo.Map)
public init(_ info: HHSDKVideo.HHNetCallChatInfo, meetId: Swift.UInt64?)
public func isWhiteBoard() -> Swift.Bool
public func isMultyCall() -> Swift.Bool
public mutating func mapping(map: HHSDKVideo.Map)
}
@objc public enum HHLogMode : Swift.Int {
case error = 0
case warn = 1
case info = 2
case debug = 3
case verbose = 4
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
public func logging(type: HHSDKVideo.HHLogMode = .info, _ tip: Swift.String)
@objc @_inheritsConvenienceInitializers open class HHMediaStatusCheckUtils : ObjectiveC.NSObject {
open class func checkCameraAccess() -> Swift.Bool
open class func checkCameraVideoPermission() -> Swift.Bool
open class func checkAlbumAccess() -> Swift.Bool
open class func checkAudioAccess() -> Swift.Bool
@objc override dynamic public init()
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers open class HHMedicNetObserver : ObjectiveC.NSObject {
public static let sharedInstance: HHSDKVideo.HHMedicNetObserver
open func createReachability()
open func currentInWifi() -> Swift.Bool
open func haveNetWork() -> Swift.Bool
@objc deinit
}
@_hasMissingDesignatedInitializers public class HHMedicPhotoPicker {
public static func openCamera(config: HHSDKVideo.HHCameraConfig, capFinished: HHSDKVideo.onCapFinished? = nil)
public static func reduceImages(paths: [Swift.String], finished: @escaping (([Swift.String]) -> Swift.Void))
public class func changeAvatar(vc: UIKit.UIViewController, reference: UIKit.UIView? = nil, uuid: Swift.Int, imgClosure: @escaping (_ img: UIKit.UIImage) -> Swift.Void, keyClosure: @escaping (_ key: Swift.String) -> Swift.Void)
@objc deinit
}
extension HHSDKVideo.HHMedicPhotoPicker {
public static func checkPermisstion(_ type: HHSDKVideo.HHBasePermissionType, authorized: (() -> Swift.Void)?, others: ((HHSDKVideo.HHBasePermissionType) -> Swift.Void)?)
public static func converSize(_ size: CoreFoundation.CGSize) -> CoreFoundation.CGSize
}
extension HHSDKVideo.HHMedicPhotoPicker : HHSDKVideo.HHPhotoPickerManagerDelegate {
public func selectImage(_ selecModels: [HHSDKVideo.HHPhotoPickerModel]?)
public func cancelImage()
public func selectImageRequestError(_ errorAssets: [Photos.PHAsset], errorIndexs: [Swift.Int])
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class HHNeedRealNameView : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var realNameLinkClourse: (() -> ())?
@objc deinit
}
@_hasMissingDesignatedInitializers public class HHNetCallChatInfo {
public init()
@objc deinit
}
@objc public enum HHCallType : Swift.Int {
case child = 600000
case adult = 600002
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
public enum HHServerType {
case pay
case pacs
case weixin
public static func == (a: HHSDKVideo.HHServerType, b: HHSDKVideo.HHServerType) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public enum HHRequestMethod {
case get
case post
public static func == (a: HHSDKVideo.HHRequestMethod, b: HHSDKVideo.HHRequestMethod) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public let HH_RELOGIN_NOTIFICATION_STR: Swift.String
public struct HHRequestData {
public init(body: [Swift.String : Any] = ["default_sw":"default"], param: [Swift.String : Any] = ["default_sw":"default"])
public var mHttpBody: [Swift.String : Any]
public var mParameters: [Swift.String : Any]
}
@_hasMissingDesignatedInitializers public class HHNetFetch {
public static func request<E>(api: HHSDKVideo.HHBaseApi, data: HHSDKVideo.HHRequestData? = nil, result: ((E) -> Swift.Void)?, fail: HHSDKVideo.HHNetError? = nil) where E : HHSDKVideo.Mappable
public static func requestArray<E>(api: HHSDKVideo.HHBaseApi, data: HHSDKVideo.HHRequestData? = nil, result: (([E]?) -> Swift.Void)?, fail: HHSDKVideo.HHNetError? = nil) where E : HHSDKVideo.Mappable
public static func noDataRequest(api: HHSDKVideo.HHBaseApi, data: HHSDKVideo.HHRequestData? = nil, result: HHSDKVideo.NetResult?)
public static func emptyRequest(api: HHSDKVideo.HHBaseApi, data: HHSDKVideo.HHRequestData? = nil, result: HHSDKVideo.NetResult?)
@objc deinit
}
extension UIKit.UIControl.State : Swift.Hashable {
public var hashValue: Swift.Int {
get
}
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @IBDesignable @_Concurrency.MainActor(unsafe) public class HHPagerView : UIKit.UIView, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate {
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func willMove(toWindow newWindow: UIKit.UIWindow?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func prepareForInterfaceBuilder()
@objc deinit
@_Concurrency.MainActor(unsafe) @objc public func numberOfSections(in collectionView: UIKit.UICollectionView) -> Swift.Int
@_Concurrency.MainActor(unsafe) @objc public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
@_Concurrency.MainActor(unsafe) @objc public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
@_Concurrency.MainActor(unsafe) @objc public func collectionView(_ collectionView: UIKit.UICollectionView, shouldHighlightItemAt indexPath: Foundation.IndexPath) -> Swift.Bool
@_Concurrency.MainActor(unsafe) @objc public func collectionView(_ collectionView: UIKit.UICollectionView, didHighlightItemAt indexPath: Foundation.IndexPath)
@_Concurrency.MainActor(unsafe) @objc public func collectionView(_ collectionView: UIKit.UICollectionView, shouldSelectItemAt indexPath: Foundation.IndexPath) -> Swift.Bool
@_Concurrency.MainActor(unsafe) @objc public func collectionView(_ collectionView: UIKit.UICollectionView, didSelectItemAt indexPath: Foundation.IndexPath)
@_Concurrency.MainActor(unsafe) @objc public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath)
@_Concurrency.MainActor(unsafe) @objc public func collectionView(_ collectionView: UIKit.UICollectionView, didEndDisplaying cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath)
@_Concurrency.MainActor(unsafe) @objc public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
@_Concurrency.MainActor(unsafe) @objc public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView)
@_Concurrency.MainActor(unsafe) @objc public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer<CoreFoundation.CGPoint>)
@_Concurrency.MainActor(unsafe) @objc public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView)
@_Concurrency.MainActor(unsafe) @objc public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView)
}
@objc public enum HHPagerViewTransformerType : Swift.Int {
case crossFading
case zoomOut
case depth
case overlap
case linear
case coverFlow
case ferrisWheel
case invertedFerrisWheel
case cubic
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@_hasMissingDesignatedInitializers public class UrlParams {
public static func addUserParams(_ parameters: [Swift.String : Any]?) -> [Swift.String : Any]?
public static func addCommon(_ param: [Swift.String : Any]?) -> [Swift.String : Any]
public static func param2String(param: [Swift.String : Any]? = nil) -> Swift.String
@objc deinit
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class HHPhotoPickerController : UIKit.UINavigationController {
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) convenience public init(localPath: Swift.String? = nil, deleteMode: Swift.Bool = false, finish: (([HHSDKVideo.SDKCameraImageModel]?) -> Swift.Void)? = nil)
@objc deinit
@available(iOS 5.0, *)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(navigationBarClass: Swift.AnyClass?, toolbarClass: Swift.AnyClass?)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(rootViewController: UIKit.UIViewController)
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
}
@objc @_hasMissingDesignatedInitializers public class HHPhotoPickerModel : ObjectiveC.NSObject {
@objc deinit
}
public protocol HHPhotoPickerManagerDelegate {
func selectImage(_ selecModels: [HHSDKVideo.HHPhotoPickerModel]?)
func cancelImage()
func selectImageRequestError(_ errorAssets: [Photos.PHAsset], errorIndexs: [Swift.Int])
}
@objc public class HHPhotoPickerManager : ObjectiveC.NSObject {
public var viewDelegate: HHSDKVideo.HHPhotoPickerManagerDelegate?
public var photoConfigModel: HHSDKVideo.HHPhotoConfigModel
public var photoUIConfigModel: HHSDKVideo.HHPhotoUIConfigModel
required public init(showVC: UIKit.UIViewController)
public func showImagePicker()
@objc deinit
}
@objc @_inheritsConvenienceInitializers public class HHPhotoConfigModel : ObjectiveC.NSObject {
public var maxPreviewCount: Swift.Int
public var maxSelectCount: Swift.Int {
get
set
}
public var minVideoSelectCount: Swift.Int {
get
set
}
public var maxVideoSelectCount: Swift.Int {
get
set
}
public var minSelectVideoDuration: Swift.Int
public var maxSelectVideoDuration: Swift.Int
public var cellCornerRadio: CoreFoundation.CGFloat
public var languageType: HHSDKVideo.ZLLanguageType {
get
set
}
public var columnCount: Swift.Int {
get
set
}
public var sortAscending: Swift.Bool
public var allowSelectImage: Swift.Bool
public var allowTakePhotoInLibrary: Swift.Bool
public var allowSelectOriginal: Swift.Bool
public var allowSelectGif: Swift.Bool
public var allowSelectVideo: Swift.Bool
public var allowSelectLivePhoto: Swift.Bool
public var allowEditImage: Swift.Bool
public var allowMixSelect: Swift.Bool
public var allowPreviewPhotos: Swift.Bool
public var editImageWithDraw: Swift.Bool
public var editImageWithClip: Swift.Bool
public var editImageWithImageSticker: Swift.Bool
public var editImageWithTextSticker: Swift.Bool
public var editImageWithMosaic: Swift.Bool
public var editImageWithFilter: Swift.Bool
public var editImageWithAdjust: Swift.Bool
public var editImageWitAdjustBrightness: Swift.Bool
public var editImageWitAdjustContrast: Swift.Bool
public var editImageWitAdjustSaturation: Swift.Bool
public var shouldAnialysisAsset: Swift.Bool
public var allowEditVideo: Swift.Bool {
get
set
}
public var saveNewImageAfterEdit: Swift.Bool
public var allowDragSelect: Swift.Bool
public var allowSlideSelect: Swift.Bool
public var autoScrollWhenSlideSelectIsActive: Swift.Bool
public var autoScrollMaxSpeed: CoreFoundation.CGFloat
public var showCaptureImageOnTakePhotoBtn: Swift.Bool
public var showSelectedIndex: Swift.Bool
public var showSelectedMask: Swift.Bool
public var showSelectedBorder: Swift.Bool
public var showInvalidMask: Swift.Bool
public var useCustomCamera: Swift.Bool
public var flashMode: HHSDKVideo.ZLCameraConfiguration.FlashMode
@objc override dynamic public init()
@objc deinit
}
@objc @_inheritsConvenienceInitializers public class HHPhotoUIConfigModel : ObjectiveC.NSObject {
public var style: HHSDKVideo.ZLPhotoBrowserStyle
public var bottomToolViewBtnNormalBgColor: UIKit.UIColor
public var bottomToolViewBtnNormalBgColorOfPreviewVC: UIKit.UIColor
@objc public var indexLabelBgColor: UIKit.UIColor
@objc override dynamic public init()
@objc deinit
}
@_hasMissingDesignatedInitializers public class HHPointUtil {
public static func point(ea: Swift.String, ev: Swift.String? = "1")
@objc deinit
}
public struct HHGetQuesetionModel : HHSDKVideo.Mappable {
public var question: HHSDKVideo.HHQuesetionModel?
public var rate: [HHSDKVideo.rateModel]?
public init?(map: HHSDKVideo.Map)
public init()
public mutating func mapping(map: HHSDKVideo.Map)
public func isHaveQ() -> Swift.Bool
}
public struct HHQuesetionModel : HHSDKVideo.Mappable {
public var answerOne: Swift.String?
public var answerTwo: Swift.String?
public var content: Swift.String?
public var id: Swift.Int?
public init?(map: HHSDKVideo.Map)
public init()
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct rateModel : HHSDKVideo.Mappable {
public var createTime: Swift.Int?
public var content: Swift.String?
public var state: Swift.Int?
public var id: Swift.Int?
public var answerOne: Swift.String?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public let KeyNetErrorStr: Swift.String
public let KeyNoNetErrorStr: Swift.String
public typealias HHNetError = ((Swift.String) -> (Swift.Void))
public typealias HHNetSuccessNoData = () -> Swift.Void
public typealias NetResult = (Swift.Bool, Swift.String) -> (Swift.Void)
public class HHRequest<T> where T : HHSDKVideo.Mappable {
public typealias HHNetSuccess = (T) -> Swift.Void
public typealias HHNetSuccessForArray = ([T]?) -> Swift.Void
public typealias HHNetSuccessForString = (Swift.String) -> Swift.Void
public var mRequestFail: HHSDKVideo.HHNetError?
public var mRequestSuccess: HHSDKVideo.HHRequest<T>.HHNetSuccess?
public var mRequestSuccessNoData: HHSDKVideo.HHNetSuccessNoData?
public var mRequestSuccessForArray: HHSDKVideo.HHRequest<T>.HHNetSuccessForArray?
public var mRequestSuccessForString: HHSDKVideo.HHRequest<T>.HHNetSuccessForString?
public var errorCode: Swift.Int?
public var mApi: HHSDKVideo.HHBaseApi?
required public init(api: HHSDKVideo.HHBaseApi, requestData: HHSDKVideo.HHRequestData? = nil, postData: Foundation.Data? = nil)
public func start()
public func cancel()
@objc deinit
}
extension HHSDKVideo.HHRequest {
public func startForArray(_ successCallBack: @escaping HHSDKVideo.HHRequest<T>.HHNetSuccessForArray, failCallBack: @escaping HHSDKVideo.HHNetError)
}
@objc public protocol HHRTC {
@objc optional func setRoomId(roomId: Swift.String)
@objc optional func setOrderId(orderId: Swift.String)
@objc optional func startCall(callee: Swift.String, orderId: Swift.String?)
@objc optional func enterRoom(orderId: Swift.String, roomId: Swift.String)
@objc optional func switchLocalAudio(_ isOpen: Swift.Bool)
@objc optional func switchLocalVideo(_ isOpen: Swift.Bool, localView: UIKit.UIView)
@objc optional func openDoctorView(userId: Swift.String, view: UIKit.UIView)
@objc optional func closeDoctorView(userId: Swift.String)
@objc optional func switchCamera(_ isFront: Swift.Bool)
@objc optional func switchCameraFlash(_ isOpen: Swift.Bool)
@objc optional func sendMsg(isSignal: Swift.Bool, cmd: Swift.String, to: Swift.String, complete: ((Swift.String?) -> Swift.Void)?)
@objc optional func leaveRoom()
@objc optional func hangUp(callId: Swift.UInt64)
@objc optional func startRing(audioId: Swift.Int)
@objc optional func stopRing()
@objc optional func snapshotVideo(userId: Swift.String?, imageBack: @escaping (UIKit.UIImage) -> ())
}
public protocol HHRTCDelegate : ObjectiveC.NSObject {
func onEnterRoom()
func checkHasAccept(_ isCmd: Swift.Bool, volumn: Swift.Int)
func switchVideo(_ isToAudio: Swift.Bool)
func onOtherViewAvailable(_ availableUserId: Swift.String, isAvailable: Swift.Bool)
func onOtherAudioAvailable(_ userId: Swift.String, available: Swift.Bool)
func onRemoteUserEnterRoom(_ userId: Swift.String)
func onRemoteUserLeaveRoom(_ userId: Swift.String)
func sendRTCLog(action: HHSDKVideo.TrtcLog, ex: Swift.String)
func esdablishByRTC(error: HHSDKVideo.TrtcError, reason: Swift.String)
func processMsg(cmd: HHSDKVideo.HHIMCmd, orderId: Swift.String, uuid: Swift.String)
func waitingChanged(_ waitingInfo: HHSDKVideo.HHWaitDoctorModel)
func waitingSuccess(_ doctorInfo: HHSDKVideo.HHDoctorModel, orderId: Swift.String)
func onTransform(_ transInfo: HHSDKVideo.HHWaitDoctorModel)
func onExitRoom()
func hangup()
func getDoctorUserId() -> Swift.String?
func resumeRemote()
func onFirstVideoFrame(_ userId: Swift.String?, width: Swift.Int32, height: Swift.Int32)
func onUserVoiceVolume(_ userVolumes: [HHSDKVideo.HHTRTCVolumeInfo], totalVolume: Swift.Int)
func onRemoteUserSwitchToVoice(_ userId: Swift.String, isVoice: Swift.Bool)
}
@objc public class HHTRTCVolumeInfo : ObjectiveC.NSObject {
public init(userId: Swift.String?, volume: Swift.Int?)
@objc deinit
}
public enum TrtcLog : Swift.String {
case waitingRecall
case missMessage
case ignoreCall
case enterError
case doctorJoinRoom
case micDidReady
case netQuality
case signalError
case killEror
case netDown
case joinSuccess
case schedule
case noSchedule
case video_busy
case permit_error
case transform
case camera_close
case camera_open
public init?(rawValue: Swift.String)
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
}
}
public enum TrtcError : Swift.String {
case callTimeOut
case rtcError
case enterRoomFail
public init?(rawValue: Swift.String)
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
}
}
@_inheritsConvenienceInitializers @objc public class HHSDKBaseOptions : ObjectiveC.NSObject {
@objc public static let `default`: HHSDKVideo.HHSDKBaseOptions
@objc public var isSDK: Swift.Bool
@objc public var showInviteInVideo: Swift.Bool
@objc override dynamic public init()
@objc deinit
}
@objc public enum HHCallRtcType : Swift.Int {
case TRTC
case SWRTC
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc public protocol OptionProtocal {
@objc var isDebug: Swift.Bool { get set }
@objc var isDevelopment: Swift.Bool { get set }
@objc var pHudManager: HHSDKVideo.HHVideoHUDable { get set }
@objc var productId: Swift.String { get set }
@objc var cerName: Swift.String? { get set }
@objc var logLevel: HHSDKVideo.HHLogMode { get set }
@objc var mExtension: Swift.String { get set }
@objc var changeDoctorTime: Swift.Int { get set }
@objc var logCallback: ((Swift.String) -> Swift.Void)? { get set }
@objc var pVideoOptions: HHSDKVideo.VideoOptionsProtocol { get set }
@objc var pMessageOptions: HHSDKVideo.MessageOptionsProtocol { get set }
@objc var pUserCenterOptions: HHSDKVideo.UsercenterOptionsProtocol { get set }
@objc var sdkVersion: Swift.String { get set }
@objc var appVersion: Swift.String { get set }
@objc var isTRTC: Swift.Bool { get set }
@objc var rtcType: HHSDKVideo.HHCallRtcType { get set }
@objc var needDNS: Swift.Bool { get set }
@objc var shouldWaingCall: Swift.Bool { get set }
@objc func setUserExtension(userExtension: Swift.String)
@objc func setCallExtension(callExtension: Swift.String)
}
public var HMDefaultOpt: HHSDKVideo.OptionProtocal {
get
}
@objc public protocol VideoOptionsProtocol {
@objc var filterCallerInfo: Swift.Bool { get set }
@objc var allowBeauty: Swift.Bool { get set }
@objc var allowEvaluate: Swift.Bool { get set }
@objc var allowAddMember: Swift.Bool { get set }
@available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
@objc var allowMulti: Swift.Bool { get set }
@objc var mCallExtension: Swift.String { get set }
@available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
@objc var isShowDocInfo: Swift.Bool { get set }
@objc var enableCloseCamera: Swift.Bool { get set }
@objc var isCloseCameraCall: Swift.Bool { get set }
@available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
@objc var isCloseRealNameInVideo: Swift.Bool { get set }
}
@objc public protocol MessageOptionsProtocol {
@objc var isByPresent: Swift.Bool { get set }
@available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
@objc var isFilterSummary: Swift.Bool { get set }
@available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
@objc var isFilterMedicinal: Swift.Bool { get set }
@available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
@objc var defaultDocHeader: Swift.String { get set }
@available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
@objc var defaultDocName: Swift.String { get set }
@objc var messageTitle: Swift.String { get set }
}
@objc public protocol UsercenterOptionsProtocol {
@objc var enableVipInfo: Swift.Bool { get set }
@objc var hideUserCenter: Swift.Bool { get set }
@objc var enableActivate: Swift.Bool { get set }
@objc var enableMedical: Swift.Bool { get set }
@objc var enableAddMemberInDoc: Swift.Bool { get set }
@objc var enableBuyService: Swift.Bool { get set }
@available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
@objc var enablePopRealName: Swift.Bool { get set }
@available(*, deprecated, message: "已弃用,如有问题,请联系和缓")
@objc var isCloseMoreFunc: Swift.Bool { get set }
}
@_hasMissingDesignatedInitializers public class HHStatics {
public static let `default`: HHSDKVideo.HHStatics
public func send(params: [Swift.String : Any])
@objc deinit
}
public struct CommonApi {
}
extension Swift.String {
public func subFrom(_ index: Swift.Int) -> Swift.String
public func subTo(_ index: Swift.Int) -> Swift.String
}
extension Swift.String {
public func urlEncode() -> Swift.String
public func stringByAppendingPathComponent(_ pathComponent: Swift.String) -> Swift.String
public func hh_sha1() -> Swift.String
public func string2base64String() -> Swift.String
public func base64String2String() -> Swift.String
public var lastPathComponent: Swift.String {
get
}
public var pathExtension: Swift.String {
get
}
}
public enum hhToastPosition {
case top
case center
case bottom
public static func == (a: HHSDKVideo.hhToastPosition, b: HHSDKVideo.hhToastPosition) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
extension UIKit.UIView {
@_Concurrency.MainActor(unsafe) public func hhmakeToast(_ message: Swift.String)
@_Concurrency.MainActor(unsafe) public func hhmakeToast(_ message: Swift.String, duration: Foundation.TimeInterval, position: HHSDKVideo.hhToastPosition)
@_Concurrency.MainActor(unsafe) public func hhmakeToast(_ message: Swift.String, duration: Foundation.TimeInterval, position: CoreFoundation.CGPoint)
@_Concurrency.MainActor(unsafe) public func hhmakeToast(_ message: Swift.String, duration: Foundation.TimeInterval, position: HHSDKVideo.hhToastPosition, style: HHSDKVideo.hhToastStyle?)
@_Concurrency.MainActor(unsafe) public func hhmakeToast(_ message: Swift.String, duration: Foundation.TimeInterval, position: CoreFoundation.CGPoint, style: HHSDKVideo.hhToastStyle?)
@_Concurrency.MainActor(unsafe) public func hhmakeToast(_ message: Swift.String?, duration: Foundation.TimeInterval, position: HHSDKVideo.hhToastPosition, title: Swift.String?, image: UIKit.UIImage?, style: HHSDKVideo.hhToastStyle?, completion: ((_ didTap: Swift.Bool) -> Swift.Void)?)
@_Concurrency.MainActor(unsafe) public func hhmakeToast(_ message: Swift.String?, duration: Foundation.TimeInterval, position: CoreFoundation.CGPoint, title: Swift.String?, image: UIKit.UIImage?, style: HHSDKVideo.hhToastStyle?, completion: ((_ didTap: Swift.Bool) -> Swift.Void)?)
@_Concurrency.MainActor(unsafe) public func hhshowToast(_ toast: UIKit.UIView)
@_Concurrency.MainActor(unsafe) public func hhshowToast(_ toast: UIKit.UIView, duration: Foundation.TimeInterval, position: HHSDKVideo.hhToastPosition, completion: ((_ didTap: Swift.Bool) -> Swift.Void)?)
@_Concurrency.MainActor(unsafe) public func hhshowToast(_ toast: UIKit.UIView, duration: Foundation.TimeInterval, position: CoreFoundation.CGPoint, completion: ((_ didTap: Swift.Bool) -> Swift.Void)?)
@_Concurrency.MainActor(unsafe) public func hhmakeToastActivity(_ position: HHSDKVideo.hhToastPosition)
@_Concurrency.MainActor(unsafe) public func hhmakeToastActivity(_ position: CoreFoundation.CGPoint)
@_Concurrency.MainActor(unsafe) public func hhhideToastActivity()
@objc @_Concurrency.MainActor(unsafe) dynamic public func hhhandleToastTapped(_ recognizer: UIKit.UITapGestureRecognizer)
@objc @_Concurrency.MainActor(unsafe) dynamic public func hhtoastTimerDidFinish(_ timer: Foundation.Timer)
@_Concurrency.MainActor(unsafe) public func hhtoastViewForMessage(_ message: Swift.String?, title: Swift.String?, image: UIKit.UIImage?, style: HHSDKVideo.hhToastStyle) throws -> UIKit.UIView
}
public struct hhToastStyle {
public init()
public var backgroundColor: UIKit.UIColor
public var titleColor: UIKit.UIColor
public var messageColor: UIKit.UIColor
public var maxWidthPercentage: CoreFoundation.CGFloat {
get
set
}
public var maxHeightPercentage: CoreFoundation.CGFloat {
get
set
}
public var horizontalPadding: CoreFoundation.CGFloat
public var verticalPadding: CoreFoundation.CGFloat
public var cornerRadius: CoreFoundation.CGFloat
public var titleFont: UIKit.UIFont
public var messageFont: UIKit.UIFont
public var titleAlignment: UIKit.NSTextAlignment
public var messageAlignment: UIKit.NSTextAlignment
public var titleNumberOfLines: Swift.Int
public var messageNumberOfLines: Swift.Int
public var displayShadow: Swift.Bool
public var shadowColor: UIKit.UIColor
public var shadowOpacity: Swift.Float {
get
set
}
public var shadowRadius: CoreFoundation.CGFloat
public var shadowOffset: CoreFoundation.CGSize
public var imageSize: CoreFoundation.CGSize
public var activitySize: CoreFoundation.CGSize
public var fadeDuration: Swift.Double
}
extension UIKit.UIAlertController {
@_Concurrency.MainActor(unsafe) public func showAlter()
@_Concurrency.MainActor(unsafe) public func present(animated: Swift.Bool, completion: (() -> Swift.Void)?)
@_Concurrency.MainActor(unsafe) public func addAlterActions(_ actions: [UIKit.UIAlertAction])
@_Concurrency.MainActor(unsafe) public func alterMessageStyle(_ fonsize: CoreFoundation.CGFloat = (HHDimens.isPad()) ? 18 : 16)
@_Concurrency.MainActor(unsafe) public static func closeAlert(_ title: Swift.String = "", msg: Swift.String = "", keyString: Swift.String = "取消", closeBlock: (() -> Swift.Void)? = nil) -> UIKit.UIAlertController
}
extension UIKit.UIButton {
@_Concurrency.MainActor(unsafe) public func centerImageTitleVertically(spacing: CoreFoundation.CGFloat = 2)
@_Concurrency.MainActor(unsafe) public func imageTitleHorizonal(spacing: CoreFoundation.CGFloat = 2)
}
extension UIKit.UIImage {
public func rotatedBy(_ degrees: CoreFoundation.CGFloat) -> UIKit.UIImage
}
extension UIKit.UIImageView {
@_Concurrency.MainActor(unsafe) public func hh_image(url: Foundation.URL?)
@_Concurrency.MainActor(unsafe) public func hh_image(url: Foundation.URL?, complete: ((UIKit.UIImage?, Foundation.URL?) -> Swift.Void)?)
@_Concurrency.MainActor(unsafe) public func hh_image(url: Foundation.URL?, placeHolder: UIKit.UIImage?)
@_Concurrency.MainActor(unsafe) public func hh_image(url: Foundation.URL?, placeHolder: UIKit.UIImage?, progresses: ((CoreFoundation.CGFloat) -> Swift.Void)?, complete: ((UIKit.UIImage?, Foundation.URL?) -> Swift.Void)?)
}
public func hh_downloadImg(_ url: Foundation.URL?, finish: @escaping ((UIKit.UIImage?, Foundation.Data?, Swift.Error?) -> Swift.Void))
extension UIKit.UIViewController {
@_Concurrency.MainActor(unsafe) public func hhAddCloseBtn(_ atLeft: Swift.Bool? = nil, isDismiss: Swift.Bool = true, title: Swift.String = "关闭")
@objc @_Concurrency.MainActor(unsafe) dynamic public func hhCloseThisController()
@objc @_Concurrency.MainActor(unsafe) dynamic public func hhPopThisController()
@_Concurrency.MainActor(unsafe) public func setNavigationTheme()
@_Concurrency.MainActor(unsafe) public func setNaviBackImg(navi: UIKit.UINavigationController?, color: UIKit.UIColor)
@_Concurrency.MainActor(unsafe) public func imageFromColor(color: UIKit.UIColor, size: CoreFoundation.CGSize) -> UIKit.UIImage
}
extension UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var sj_width: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_height: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_size: CoreFoundation.CGSize {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_origin: CoreFoundation.CGPoint {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_x: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_y: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_centerX: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_centerY: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_top: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_bottom: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_right: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) public var sj_left: CoreFoundation.CGFloat {
get
set
}
}
extension UIKit.UIView {
@_Concurrency.MainActor(unsafe) public class func viewFromNib<T>(_ aClass: T.Type, frameworkPath: Swift.String) -> T
}
public typealias onSDKProgress = ((_ duration: CoreFoundation.CGFloat, _ file: Swift.String) -> Swift.Void)
public typealias onSDKUploadOnce = ((_ isSuccess: Swift.Bool, _ asset: HHSDKVideo.SDKUploadModel) -> Swift.Void)
public typealias onSDKFinished = (() -> Swift.Void)
public class SDKUploadConfig {
public var progress: HHSDKVideo.onSDKProgress?
public var uploadOnce: HHSDKVideo.onSDKUploadOnce?
public var finished: HHSDKVideo.onSDKFinished?
public var orderId: Swift.String?
public init()
@objc deinit
}
public class SDKUploadModel {
public static let HH_UPLOAD_TYPE_IMAGE: Swift.String
public static let HH_UPLOAD_TYPE_VIDEO: Swift.String
public static let HH_UPLOAD_TYPE_PDF: Swift.String
public var clouldKey: Swift.String?
public var filePath: Swift.String? {
get
set
}
public var smallImage: Swift.String
public var bigImage: Swift.String
public var state: HHSDKVideo.SDKUploadState?
public var fileType: Swift.String
public init()
public init(full: Swift.String?, scale: Swift.String)
public init(clouldKey: Swift.String?, filePath: Swift.String?, uploadTime: Foundation.TimeInterval?, name: Swift.String?, smallImage: Swift.String)
@objc deinit
}
@_hasMissingDesignatedInitializers public class SDKUploadState {
public var file: Swift.String?
public var isSelect: Swift.Bool
public var changed: (() -> Swift.Void)?
public var progress: Swift.Float {
get
set
}
public func isSuccess() -> Swift.Bool
public func isFail() -> Swift.Bool
@objc deinit
}
@_hasMissingDesignatedInitializers public class HHUrl {
public static func domains() -> [Swift.String]
public static var timeOffset: Swift.Double
public static func urlForPay() -> Swift.String
public static func urlForFamily() -> Swift.String
public static func urlForWeixin() -> Swift.String
public static func baseUrl() -> Swift.String
public static func baseWMPUrl() -> Swift.String
public static func basePayUrl() -> Swift.String
public static func baseMedicUrl() -> Swift.String
public static func baseSecUrl() -> Swift.String
public static func testURL() -> Swift.String
public static func fileLogUrl(_ name: Swift.String, orderId: Swift.String) -> Foundation.URL
public static func uploadHealthFileUrl(orderId: Swift.String) -> Swift.String
public static func expertDetailUrl(expertId: Swift.String) -> Swift.String
public static func homeMessageUrl() -> Swift.String
public static func editeUrl(patientUserToken: Swift.String?) -> Swift.String
public static func buyVIPUrl() -> Swift.String
public static func productRightUrl() -> Swift.String
@objc deinit
}
extension HHSDKVideo.HHUrl {
public static func headers(host: Swift.String) -> [Swift.String : Swift.String]
}
public func languagePrefix() -> Swift.String
@_hasMissingDesignatedInitializers public class HHUserDefaults {
public class func setString(_ str: Swift.String, key: Swift.String)
public class func stringValue(_ key: Swift.String) -> Swift.String?
public class func setArray(_ array: [Swift.AnyObject], key: Swift.String)
public class func arrayForKey(_ key: Swift.String) -> [Swift.AnyObject]?
public class func setImage(_ image: UIKit.UIImage, key: Swift.String)
public class func imageForKey(_ key: Swift.String) -> UIKit.UIImage?
@objc deinit
}
extension HHSDKVideo.HHUserDefaults {
public class func setBool(_ flag: Swift.Bool, key: Swift.String)
public class func boolForKey(_ key: Swift.String) -> Swift.Bool
public class func setObject(_ obj: Swift.AnyObject, key: Swift.String)
public class func objectForKey(_ key: Swift.String) -> Swift.AnyObject?
public class func removeObject(_ key: Swift.String)
}
extension HHSDKVideo.HHUserDefaults {
public class func setData(_ data: Foundation.Data?, key: Swift.String)
public class func dataForKey(_ key: Swift.String) -> Foundation.Data?
public class func userDefaults() -> Foundation.UserDefaults
public class func synchronize()
public class func encryptkey(_ key: Swift.String) -> Swift.String
}
public struct HHMemberInfoModel : HHSDKVideo.Mappable {
public var productServiceId: Swift.Int?
public var productStatusDescn: Swift.String?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public class HHUserModel : HHSDKVideo.Mappable {
public var age: Swift.String?
public var companyLogo: Swift.String?
public var birthday: Swift.Int64?
public var loginname: Swift.String?
public var name: Swift.String?
public var photourl: Swift.String?
public var pid: Swift.Int?
public var product: HHSDKVideo.HHMemberInfoModel?
public var relation: Swift.String?
public var sex: Swift.String?
public var uuid: Swift.Int?
public var userToken: Swift.String?
public var videoToken: Swift.String?
public var auth: Swift.Bool?
public var isMember: Swift.Bool?
public var isAccount: Swift.Bool?
public var license: Swift.String?
public var userSig: Swift.String?
public var phoneNum: Swift.String?
required public init?(map: HHSDKVideo.Map)
public init()
public func mapping(map: HHSDKVideo.Map)
@objc deinit
}
public struct HHUserProtocolModel : HHSDKVideo.Mappable {
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
open class HHValueObservable<T> {
public typealias Observer = (T) -> Swift.Void
open var observer: HHSDKVideo.HHValueObservable<T>.Observer?
open func observe(_ observer: HHSDKVideo.HHValueObservable<T>.Observer?)
open var value: T {
get
set
}
public init(_ v: T)
@objc deinit
}
@_inheritsConvenienceInitializers @objc public class HHVideoLocation : ObjectiveC.NSObject {
@objc public static let `default`: HHSDKVideo.HHVideoLocation
@objc public func startLocation(lng: Swift.String, lat: Swift.String)
@objc public func closeLocation()
@objc override dynamic public init()
@objc deinit
}
@_inheritsConvenienceInitializers @objc public class HHVideoSDK : ObjectiveC.NSObject {
@objc public static let `default`: HHSDKVideo.HHVideoSDK
public var mHHRTC: HHSDKVideo.HHRTC?
public var mSDKOption: HHSDKVideo.OptionProtocal?
weak public var mCallDelegate: HHSDKVideo.HHCallDelegate?
weak public var mHHRTCDelegate: HHSDKVideo.HHRTCDelegate?
weak public var videoManager: HHSDKVideo.HHBaseVideoDelegate?
public var expertVideoCallback: (() -> Swift.Void)?
public var autoLoginCheck: (() -> Swift.Void)?
public var onReceiveNewMsg: (([Swift.String : Any]) -> Swift.Void)?
public var userProtocolModel: HHSDKVideo.HHUserProtocolModel?
@objc public var photosPreview: ((Swift.Array<Swift.String>) -> Swift.Void)?
@objc public var isLogined: Swift.Bool {
@objc get
}
@objc public func start(option: HHSDKVideo.OptionProtocal, im: HHSDKVideo.HHIM, rtc: HHSDKVideo.HHRTC)
@objc public func login(userToken: Swift.String, completion: @escaping HHSDKVideo.HHLoginHandler)
@objc public func autoLogin(uuid: Swift.Int, completion: @escaping HHSDKVideo.HHLoginHandler)
@objc public func logout(_ callback: ((Swift.String?) -> Swift.Void)? = nil)
@objc public func terminate()
@objc public func setAlipayHook(alipayCallback: @escaping (Swift.String, Swift.String, @escaping (([Swift.String : Any]) -> Swift.Void)) -> Swift.Bool)
@objc override dynamic public init()
@objc deinit
}
extension HHSDKVideo.HHVideoSDK {
@objc dynamic public func startCall(_ type: HHSDKVideo.HHCallType = .adult, scene: Swift.String? = nil, callDelegate: HHSDKVideo.HHCallDelegate? = nil)
@objc dynamic public func startNewCall(_ uuid: Swift.Int, type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil)
@objc dynamic public func startCall(_ uuid: Swift.Int, scene: Swift.String? = nil, type: HHSDKVideo.HHCallType = .adult, callDelegate: HHSDKVideo.HHCallDelegate? = nil)
}
extension HHSDKVideo.HHVideoSDK {
@objc dynamic public func startTeamCall(_ type: HHSDKVideo.HHCallType, callee: HHSDKVideo.HHCallerInfo, callDelegate: HHSDKVideo.HHCallDelegate? = nil)
}
extension HHSDKVideo.HHVideoSDK {
@objc dynamic public func call(_ memberToken: Swift.String, scene: Swift.String? = nil)
}
extension HHSDKVideo.HHVideoSDK {
public func reJoinRoom(orderId: Swift.String, doctorId: Swift.String)
public func waitExpert(doctorId: Swift.String, callOrderId: Swift.String)
public func waitHealth(userToken: Swift.String, callOrderId: Swift.String, beginTime: Swift.String)
}
extension HHSDKVideo.HHVideoSDK {
@objc dynamic public func startMemberCall(needSelectMember: Swift.Bool = true)
}
extension HHSDKVideo.HHVideoSDK {
@objc dynamic public func skipChatHome(isByPresent: Swift.Bool = false, vc: UIKit.UIViewController? = nil)
@objc dynamic public func skipChatHome(_ nav: UIKit.UINavigationController)
@objc dynamic public func chatHomeVC() -> UIKit.UIViewController?
}
extension HHSDKVideo.HHVideoSDK {
public func sendBaseLog(ex: [Swift.String : Swift.String]? = nil, action: [Swift.String : Swift.String]? = nil)
}
public func topviewController() -> UIKit.UIViewController?
extension HHSDKVideo.HHVideoSDK {
@objc dynamic public func loginForThirdId(_ thirdInfo: [Swift.String : Any], completion: @escaping HHSDKVideo.HHLoginHandler)
}
extension HHSDKVideo.HHVideoSDK {
public func checkProtocolUpdate(agreeBlock: ((Swift.Bool) -> Swift.Void)?)
}
extension HHSDKVideo.HHVideoSDK {
@objc dynamic public func getMedicDetail(userToken: Swift.String, medicId: Swift.String) -> Swift.String
@objc dynamic public func getMedicList(userToken: Swift.String) -> Swift.String
@objc dynamic public func getAllMedics(userToken: Swift.String) -> Swift.String
}
extension HHSDKVideo.HHVideoSDK {
@objc dynamic public func onKickedOffline()
}
extension HHSDKVideo.HHVideoSDK {
public func getAgoraToken(orderId: Swift.String, callBack: ((Swift.String) -> ())?)
}
public struct HHWaitDoctorModel : HHSDKVideo.Mappable {
public var isNormalTrans: Swift.Bool
public var deptId: Swift.String?
public var uuid: Swift.Int?
public var transUuid: Swift.Int?
public init?(map: HHSDKVideo.Map)
public func isWaiting() -> Swift.Bool
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct HHWaitingCallModel : HHSDKVideo.Mappable {
public init?(map: HHSDKVideo.Map)
public func isCall() -> Swift.Bool
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct HHAgentCallModel : HHSDKVideo.Mappable {
public init?(map: HHSDKVideo.Map)
public func isAgent() -> Swift.Bool
public func isTransform() -> Swift.Bool
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct HKDF {
public enum Error : Swift.Error {
case invalidInput
case derivedKeyTooLong
public static func == (a: HHSDKVideo.HKDF.Error, b: HHSDKVideo.HKDF.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>? = nil, info: Swift.Array<Swift.UInt8>? = nil, keyLength: Swift.Int? = nil, variant: HHSDKVideo.HMAC.Variant = .sha256) throws
public func calculate() throws -> Swift.Array<Swift.UInt8>
}
final public class HMAC : HHSDKVideo.CryptoAuthenticator {
public enum Error : Swift.Error {
case authenticateError
case invalidInput
public static func == (a: HHSDKVideo.HMAC.Error, b: HHSDKVideo.HMAC.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public enum Variant {
case sha1, sha256, sha384, sha512, md5
public static func == (a: HHSDKVideo.HMAC.Variant, b: HHSDKVideo.HMAC.Variant) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public init(key: Swift.Array<Swift.UInt8>, variant: HHSDKVideo.HMAC.Variant = .md5)
final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
@objc deinit
}
extension HHSDKVideo.HMAC {
convenience public init(key: Swift.String, variant: HHSDKVideo.HMAC.Variant = .md5) throws
}
public protocol ImmutableMappable : HHSDKVideo.BaseMappable {
init(map: HHSDKVideo.Map) throws
}
extension HHSDKVideo.ImmutableMappable {
public func mapping(map: HHSDKVideo.Map)
public init(JSONString: Swift.String, context: HHSDKVideo.MapContext? = nil) throws
public init(JSON: [Swift.String : Any], context: HHSDKVideo.MapContext? = nil) throws
public init(JSONObject: Any, context: HHSDKVideo.MapContext? = nil) throws
}
extension HHSDKVideo.Map {
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> T
final public func value<Transform>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", using transform: Transform, file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> Transform.Object where Transform : HHSDKVideo.TransformType
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> T where T : Swift.RawRepresentable
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> T? where T : Swift.RawRepresentable
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [T] where T : Swift.RawRepresentable
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [T]? where T : Swift.RawRepresentable
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> T where T : HHSDKVideo.BaseMappable
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> T? where T : HHSDKVideo.BaseMappable
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [T] where T : HHSDKVideo.BaseMappable
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [T]? where T : HHSDKVideo.BaseMappable
final public func value<Transform>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", using transform: Transform, file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [Transform.Object] where Transform : HHSDKVideo.TransformType
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [Swift.String : T] where T : HHSDKVideo.BaseMappable
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [Swift.String : T]? where T : HHSDKVideo.BaseMappable
final public func value<Transform>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", using transform: Transform, file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [Swift.String : Transform.Object] where Transform : HHSDKVideo.TransformType
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [[T]]? where T : HHSDKVideo.BaseMappable
final public func value<T>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [[T]] where T : HHSDKVideo.BaseMappable
final public func value<Transform>(_ key: Swift.String, nested: Swift.Bool? = nil, delimiter: Swift.String = ".", using transform: Transform, file: Swift.StaticString = #file, function: Swift.StaticString = #function, line: Swift.UInt = #line) throws -> [[Transform.Object]] where Transform : HHSDKVideo.TransformType
}
extension HHSDKVideo.Mapper where N : HHSDKVideo.ImmutableMappable {
final public func map(JSON: [Swift.String : Any]) throws -> N
final public func map(JSONString: Swift.String) throws -> N
final public func map(JSONObject: Any) throws -> N
final public func mapArray(JSONArray: [[Swift.String : Any]]) throws -> [N]
final public func mapArray(JSONString: Swift.String) throws -> [N]
final public func mapArray(JSONObject: Any) throws -> [N]
final public func mapDictionary(JSONString: Swift.String) throws -> [Swift.String : N]
final public func mapDictionary(JSONObject: Any?) throws -> [Swift.String : N]
final public func mapDictionary(JSON: [Swift.String : [Swift.String : Any]]) throws -> [Swift.String : N]
final public func mapDictionaryOfArrays(JSONObject: Any?) throws -> [Swift.String : [N]]
final public func mapDictionaryOfArrays(JSON: [Swift.String : [[Swift.String : Any]]]) throws -> [Swift.String : [N]]
final public func mapArrayOfArrays(JSONObject: Any?) throws -> [[N]]
}
public func <- <T>(left: inout T, right: HHSDKVideo.Map) where T : Swift.SignedInteger
public func <- <T>(left: inout T?, right: HHSDKVideo.Map) where T : Swift.SignedInteger
public func <- <T>(left: inout T, right: HHSDKVideo.Map) where T : Swift.UnsignedInteger
public func <- <T>(left: inout T?, right: HHSDKVideo.Map) where T : Swift.UnsignedInteger
extension Foundation.DateFormatter {
convenience public init(withFormat format: Swift.String, locale: Swift.String)
}
open class ISO8601DateTransform : HHSDKVideo.DateFormatterTransform {
public init()
@objc deinit
}
public let KeychainAccessErrorDomain: Swift.String
public enum ItemClass {
case genericPassword
case internetPassword
}
public enum ProtocolType {
case ftp
case ftpAccount
case http
case irc
case nntp
case pop3
case smtp
case socks
case imap
case ldap
case appleTalk
case afp
case telnet
case ssh
case ftps
case https
case httpProxy
case httpsProxy
case ftpProxy
case smb
case rtsp
case rtspProxy
case daap
case eppc
case ipp
case nntps
case ldaps
case telnetS
case imaps
case ircs
case pop3S
}
public enum AuthenticationType {
case ntlm
case msn
case dpa
case rpa
case httpBasic
case httpDigest
case htmlForm
case `default`
}
public enum Accessibility {
case whenUnlocked
case afterFirstUnlock
case always
@available(iOS 8.0, macOS 10.10, *)
case whenPasscodeSetThisDeviceOnly
case whenUnlockedThisDeviceOnly
case afterFirstUnlockThisDeviceOnly
case alwaysThisDeviceOnly
}
public struct AuthenticationPolicy : Swift.OptionSet {
@available(iOS 8.0, macOS 10.10, *)
@available(watchOS, unavailable)
public static let userPresence: HHSDKVideo.AuthenticationPolicy
@available(iOS 9.0, *)
@available(macOS, unavailable)
@available(watchOS, unavailable)
public static let touchIDAny: HHSDKVideo.AuthenticationPolicy
@available(iOS 9.0, *)
@available(macOS, unavailable)
@available(watchOS, unavailable)
public static let touchIDCurrentSet: HHSDKVideo.AuthenticationPolicy
@available(iOS 9.0, macOS 10.11, *)
@available(watchOS, unavailable)
public static let devicePasscode: HHSDKVideo.AuthenticationPolicy
@available(iOS 9.0, *)
@available(macOS, unavailable)
@available(watchOS, unavailable)
public static let or: HHSDKVideo.AuthenticationPolicy
@available(iOS 9.0, *)
@available(macOS, unavailable)
@available(watchOS, unavailable)
public static let and: HHSDKVideo.AuthenticationPolicy
@available(iOS 9.0, *)
@available(macOS, unavailable)
@available(watchOS, unavailable)
public static let privateKeyUsage: HHSDKVideo.AuthenticationPolicy
@available(iOS 9.0, *)
@available(macOS, unavailable)
@available(watchOS, unavailable)
public static let applicationPassword: HHSDKVideo.AuthenticationPolicy
public let rawValue: Swift.UInt
public init(rawValue: Swift.UInt)
public typealias ArrayLiteralElement = HHSDKVideo.AuthenticationPolicy
public typealias Element = HHSDKVideo.AuthenticationPolicy
public typealias RawValue = Swift.UInt
}
public struct Attributes {
public var `class`: Swift.String? {
get
}
public var data: Foundation.Data? {
get
}
public var ref: Foundation.Data? {
get
}
public var persistentRef: Foundation.Data? {
get
}
public var accessible: Swift.String? {
get
}
public var accessControl: Security.SecAccessControl? {
get
}
public var accessGroup: Swift.String? {
get
}
public var synchronizable: Swift.Bool? {
get
}
public var creationDate: Foundation.Date? {
get
}
public var modificationDate: Foundation.Date? {
get
}
public var attributeDescription: Swift.String? {
get
}
public var comment: Swift.String? {
get
}
public var creator: Swift.String? {
get
}
public var type: Swift.String? {
get
}
public var label: Swift.String? {
get
}
public var isInvisible: Swift.Bool? {
get
}
public var isNegative: Swift.Bool? {
get
}
public var account: Swift.String? {
get
}
public var service: Swift.String? {
get
}
public var generic: Foundation.Data? {
get
}
public var securityDomain: Swift.String? {
get
}
public var server: Swift.String? {
get
}
public var `protocol`: Swift.String? {
get
}
public var authenticationType: Swift.String? {
get
}
public var port: Swift.Int? {
get
}
public var path: Swift.String? {
get
}
public subscript(key: Swift.String) -> Any? {
get
}
}
@_hasMissingDesignatedInitializers final public class Keychain {
final public var itemClass: HHSDKVideo.ItemClass {
get
}
final public var service: Swift.String {
get
}
final public var accessGroup: Swift.String? {
get
}
final public var server: Foundation.URL {
get
}
final public var protocolType: HHSDKVideo.ProtocolType {
get
}
final public var authenticationType: HHSDKVideo.AuthenticationType {
get
}
final public var accessibility: HHSDKVideo.Accessibility {
get
}
@available(iOS 8.0, macOS 10.10, *)
@available(watchOS, unavailable)
final public var authenticationPolicy: HHSDKVideo.AuthenticationPolicy? {
get
}
final public var synchronizable: Swift.Bool {
get
}
final public var label: Swift.String? {
get
}
final public var comment: Swift.String? {
get
}
@available(iOS 8.0, macOS 10.10, *)
@available(watchOS, unavailable)
final public var authenticationPrompt: Swift.String? {
get
}
@available(iOS 9.0, macOS 10.11, *)
final public var authenticationContext: LocalAuthentication.LAContext? {
get
}
convenience public init()
convenience public init(service: Swift.String)
convenience public init(accessGroup: Swift.String)
convenience public init(service: Swift.String, accessGroup: Swift.String)
convenience public init(server: Swift.String, protocolType: HHSDKVideo.ProtocolType, authenticationType: HHSDKVideo.AuthenticationType = .default)
convenience public init(server: Foundation.URL, protocolType: HHSDKVideo.ProtocolType, authenticationType: HHSDKVideo.AuthenticationType = .default)
final public func accessibility(_ accessibility: HHSDKVideo.Accessibility) -> HHSDKVideo.Keychain
@available(iOS 8.0, macOS 10.10, *)
@available(watchOS, unavailable)
final public func accessibility(_ accessibility: HHSDKVideo.Accessibility, authenticationPolicy: HHSDKVideo.AuthenticationPolicy) -> HHSDKVideo.Keychain
final public func synchronizable(_ synchronizable: Swift.Bool) -> HHSDKVideo.Keychain
final public func label(_ label: Swift.String) -> HHSDKVideo.Keychain
final public func comment(_ comment: Swift.String) -> HHSDKVideo.Keychain
final public func attributes(_ attributes: [Swift.String : Any]) -> HHSDKVideo.Keychain
@available(iOS 8.0, macOS 10.10, *)
@available(watchOS, unavailable)
final public func authenticationPrompt(_ authenticationPrompt: Swift.String) -> HHSDKVideo.Keychain
@available(iOS 9.0, macOS 10.11, *)
final public func authenticationContext(_ authenticationContext: LocalAuthentication.LAContext) -> HHSDKVideo.Keychain
final public func get(_ key: Swift.String) throws -> Swift.String?
final public func getString(_ key: Swift.String) throws -> Swift.String?
final public func getData(_ key: Swift.String) throws -> Foundation.Data?
final public func get<T>(_ key: Swift.String, handler: (HHSDKVideo.Attributes?) -> T) throws -> T
final public func set(_ value: Swift.String, key: Swift.String) throws
final public func set(_ value: Foundation.Data, key: Swift.String) throws
final public subscript(key: Swift.String) -> Swift.String? {
get
set
}
final public subscript(string key: Swift.String) -> Swift.String? {
get
set
}
final public subscript(data key: Swift.String) -> Foundation.Data? {
get
set
}
final public subscript(attributes key: Swift.String) -> HHSDKVideo.Attributes? {
get
}
final public func remove(_ key: Swift.String) throws
final public func removeAll() throws
final public func contains(_ key: Swift.String) throws -> Swift.Bool
final public class func allKeys(_ itemClass: HHSDKVideo.ItemClass) -> [(Swift.String, Swift.String)]
final public func allKeys() -> [Swift.String]
final public class func allItems(_ itemClass: HHSDKVideo.ItemClass) -> [[Swift.String : Any]]
final public func allItems() -> [[Swift.String : Any]]
@available(iOS 8.0, *)
final public func getSharedPassword(_ completion: @escaping (_ account: Swift.String?, _ password: Swift.String?, _ error: Swift.Error?) -> () = { account, password, error -> () in })
@available(iOS 8.0, *)
final public func getSharedPassword(_ account: Swift.String, completion: @escaping (_ password: Swift.String?, _ error: Swift.Error?) -> () = { password, error -> () in })
@available(iOS 8.0, *)
final public func setSharedPassword(_ password: Swift.String, account: Swift.String, completion: @escaping (_ error: Swift.Error?) -> () = { e -> () in })
@available(iOS 8.0, *)
final public func removeSharedPassword(_ account: Swift.String, completion: @escaping (_ error: Swift.Error?) -> () = { e -> () in })
@available(iOS 8.0, *)
final public class func requestSharedWebCredential(_ completion: @escaping (_ credentials: [[Swift.String : Swift.String]], _ error: Swift.Error?) -> () = { credentials, error -> () in })
@available(iOS 8.0, *)
final public class func requestSharedWebCredential(domain: Swift.String, completion: @escaping (_ credentials: [[Swift.String : Swift.String]], _ error: Swift.Error?) -> () = { credentials, error -> () in })
@available(iOS 8.0, *)
final public class func requestSharedWebCredential(domain: Swift.String, account: Swift.String, completion: @escaping (_ credentials: [[Swift.String : Swift.String]], _ error: Swift.Error?) -> () = { credentials, error -> () in })
@available(iOS 8.0, *)
final public class func generatePassword() -> Swift.String
@objc deinit
}
extension HHSDKVideo.Keychain : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible {
final public var description: Swift.String {
get
}
final public var debugDescription: Swift.String {
get
}
}
extension HHSDKVideo.Attributes : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible {
public var description: Swift.String {
get
}
public var debugDescription: Swift.String {
get
}
}
extension HHSDKVideo.ItemClass : Swift.RawRepresentable, Swift.CustomStringConvertible {
public init?(rawValue: Swift.String)
public var rawValue: Swift.String {
get
}
public var description: Swift.String {
get
}
public typealias RawValue = Swift.String
}
extension HHSDKVideo.ProtocolType : Swift.RawRepresentable, Swift.CustomStringConvertible {
public init?(rawValue: Swift.String)
public var rawValue: Swift.String {
get
}
public var description: Swift.String {
get
}
public typealias RawValue = Swift.String
}
extension HHSDKVideo.AuthenticationType : Swift.RawRepresentable, Swift.CustomStringConvertible {
public init?(rawValue: Swift.String)
public var rawValue: Swift.String {
get
}
public var description: Swift.String {
get
}
public typealias RawValue = Swift.String
}
extension HHSDKVideo.Accessibility : Swift.RawRepresentable, Swift.CustomStringConvertible {
public init?(rawValue: Swift.String)
public var rawValue: Swift.String {
get
}
public var description: Swift.String {
get
}
public typealias RawValue = Swift.String
}
public enum Status : Darwin.OSStatus, Swift.Error {
case success
case unimplemented
case diskFull
case io
case opWr
case param
case wrPerm
case allocate
case userCanceled
case badReq
case internalComponent
case notAvailable
case readOnly
case authFailed
case noSuchKeychain
case invalidKeychain
case duplicateKeychain
case duplicateCallback
case invalidCallback
case duplicateItem
case itemNotFound
case bufferTooSmall
case dataTooLarge
case noSuchAttr
case invalidItemRef
case invalidSearchRef
case noSuchClass
case noDefaultKeychain
case interactionNotAllowed
case readOnlyAttr
case wrongSecVersion
case keySizeNotAllowed
case noStorageModule
case noCertificateModule
case noPolicyModule
case interactionRequired
case dataNotAvailable
case dataNotModifiable
case createChainFailed
case invalidPrefsDomain
case inDarkWake
case aclNotSimple
case policyNotFound
case invalidTrustSetting
case noAccessForItem
case invalidOwnerEdit
case trustNotAvailable
case unsupportedFormat
case unknownFormat
case keyIsSensitive
case multiplePrivKeys
case passphraseRequired
case invalidPasswordRef
case invalidTrustSettings
case noTrustSettings
case pkcs12VerifyFailure
case invalidCertificate
case notSigner
case policyDenied
case invalidKey
case decode
case `internal`
case unsupportedAlgorithm
case unsupportedOperation
case unsupportedPadding
case itemInvalidKey
case itemInvalidKeyType
case itemInvalidValue
case itemClassMissing
case itemMatchUnsupported
case useItemListUnsupported
case useKeychainUnsupported
case useKeychainListUnsupported
case returnDataUnsupported
case returnAttributesUnsupported
case returnRefUnsupported
case returnPersitentRefUnsupported
case valueRefUnsupported
case valuePersistentRefUnsupported
case returnMissingPointer
case matchLimitUnsupported
case itemIllegalQuery
case waitForCallback
case missingEntitlement
case upgradePending
case mpSignatureInvalid
case otrTooOld
case otrIDTooNew
case serviceNotAvailable
case insufficientClientID
case deviceReset
case deviceFailed
case appleAddAppACLSubject
case applePublicKeyIncomplete
case appleSignatureMismatch
case appleInvalidKeyStartDate
case appleInvalidKeyEndDate
case conversionError
case appleSSLv2Rollback
case quotaExceeded
case fileTooBig
case invalidDatabaseBlob
case invalidKeyBlob
case incompatibleDatabaseBlob
case incompatibleKeyBlob
case hostNameMismatch
case unknownCriticalExtensionFlag
case noBasicConstraints
case noBasicConstraintsCA
case invalidAuthorityKeyID
case invalidSubjectKeyID
case invalidKeyUsageForPolicy
case invalidExtendedKeyUsage
case invalidIDLinkage
case pathLengthConstraintExceeded
case invalidRoot
case crlExpired
case crlNotValidYet
case crlNotFound
case crlServerDown
case crlBadURI
case unknownCertExtension
case unknownCRLExtension
case crlNotTrusted
case crlPolicyFailed
case idpFailure
case smimeEmailAddressesNotFound
case smimeBadExtendedKeyUsage
case smimeBadKeyUsage
case smimeKeyUsageNotCritical
case smimeNoEmailAddress
case smimeSubjAltNameNotCritical
case sslBadExtendedKeyUsage
case ocspBadResponse
case ocspBadRequest
case ocspUnavailable
case ocspStatusUnrecognized
case endOfData
case incompleteCertRevocationCheck
case networkFailure
case ocspNotTrustedToAnchor
case recordModified
case ocspSignatureError
case ocspNoSigner
case ocspResponderMalformedReq
case ocspResponderInternalError
case ocspResponderTryLater
case ocspResponderSignatureRequired
case ocspResponderUnauthorized
case ocspResponseNonceMismatch
case codeSigningBadCertChainLength
case codeSigningNoBasicConstraints
case codeSigningBadPathLengthConstraint
case codeSigningNoExtendedKeyUsage
case codeSigningDevelopment
case resourceSignBadCertChainLength
case resourceSignBadExtKeyUsage
case trustSettingDeny
case invalidSubjectName
case unknownQualifiedCertStatement
case mobileMeRequestQueued
case mobileMeRequestRedirected
case mobileMeServerError
case mobileMeServerNotAvailable
case mobileMeServerAlreadyExists
case mobileMeServerServiceErr
case mobileMeRequestAlreadyPending
case mobileMeNoRequestPending
case mobileMeCSRVerifyFailure
case mobileMeFailedConsistencyCheck
case notInitialized
case invalidHandleUsage
case pvcReferentNotFound
case functionIntegrityFail
case internalError
case memoryError
case invalidData
case mdsError
case invalidPointer
case selfCheckFailed
case functionFailed
case moduleManifestVerifyFailed
case invalidGUID
case invalidHandle
case invalidDBList
case invalidPassthroughID
case invalidNetworkAddress
case crlAlreadySigned
case invalidNumberOfFields
case verificationFailure
case unknownTag
case invalidSignature
case invalidName
case invalidCertificateRef
case invalidCertificateGroup
case tagNotFound
case invalidQuery
case invalidValue
case callbackFailed
case aclDeleteFailed
case aclReplaceFailed
case aclAddFailed
case aclChangeFailed
case invalidAccessCredentials
case invalidRecord
case invalidACL
case invalidSampleValue
case incompatibleVersion
case privilegeNotGranted
case invalidScope
case pvcAlreadyConfigured
case invalidPVC
case emmLoadFailed
case emmUnloadFailed
case addinLoadFailed
case invalidKeyRef
case invalidKeyHierarchy
case addinUnloadFailed
case libraryReferenceNotFound
case invalidAddinFunctionTable
case invalidServiceMask
case moduleNotLoaded
case invalidSubServiceID
case attributeNotInContext
case moduleManagerInitializeFailed
case moduleManagerNotFound
case eventNotificationCallbackNotFound
case inputLengthError
case outputLengthError
case privilegeNotSupported
case deviceError
case attachHandleBusy
case notLoggedIn
case algorithmMismatch
case keyUsageIncorrect
case keyBlobTypeIncorrect
case keyHeaderInconsistent
case unsupportedKeyFormat
case unsupportedKeySize
case invalidKeyUsageMask
case unsupportedKeyUsageMask
case invalidKeyAttributeMask
case unsupportedKeyAttributeMask
case invalidKeyLabel
case unsupportedKeyLabel
case invalidKeyFormat
case unsupportedVectorOfBuffers
case invalidInputVector
case invalidOutputVector
case invalidContext
case invalidAlgorithm
case invalidAttributeKey
case missingAttributeKey
case invalidAttributeInitVector
case missingAttributeInitVector
case invalidAttributeSalt
case missingAttributeSalt
case invalidAttributePadding
case missingAttributePadding
case invalidAttributeRandom
case missingAttributeRandom
case invalidAttributeSeed
case missingAttributeSeed
case invalidAttributePassphrase
case missingAttributePassphrase
case invalidAttributeKeyLength
case missingAttributeKeyLength
case invalidAttributeBlockSize
case missingAttributeBlockSize
case invalidAttributeOutputSize
case missingAttributeOutputSize
case invalidAttributeRounds
case missingAttributeRounds
case invalidAlgorithmParms
case missingAlgorithmParms
case invalidAttributeLabel
case missingAttributeLabel
case invalidAttributeKeyType
case missingAttributeKeyType
case invalidAttributeMode
case missingAttributeMode
case invalidAttributeEffectiveBits
case missingAttributeEffectiveBits
case invalidAttributeStartDate
case missingAttributeStartDate
case invalidAttributeEndDate
case missingAttributeEndDate
case invalidAttributeVersion
case missingAttributeVersion
case invalidAttributePrime
case missingAttributePrime
case invalidAttributeBase
case missingAttributeBase
case invalidAttributeSubprime
case missingAttributeSubprime
case invalidAttributeIterationCount
case missingAttributeIterationCount
case invalidAttributeDLDBHandle
case missingAttributeDLDBHandle
case invalidAttributeAccessCredentials
case missingAttributeAccessCredentials
case invalidAttributePublicKeyFormat
case missingAttributePublicKeyFormat
case invalidAttributePrivateKeyFormat
case missingAttributePrivateKeyFormat
case invalidAttributeSymmetricKeyFormat
case missingAttributeSymmetricKeyFormat
case invalidAttributeWrappedKeyFormat
case missingAttributeWrappedKeyFormat
case stagedOperationInProgress
case stagedOperationNotStarted
case verifyFailed
case querySizeUnknown
case blockSizeMismatch
case publicKeyInconsistent
case deviceVerifyFailed
case invalidLoginName
case alreadyLoggedIn
case invalidDigestAlgorithm
case invalidCRLGroup
case certificateCannotOperate
case certificateExpired
case certificateNotValidYet
case certificateRevoked
case certificateSuspended
case insufficientCredentials
case invalidAction
case invalidAuthority
case verifyActionFailed
case invalidCertAuthority
case invaldCRLAuthority
case invalidCRLEncoding
case invalidCRLType
case invalidCRL
case invalidFormType
case invalidID
case invalidIdentifier
case invalidIndex
case invalidPolicyIdentifiers
case invalidTimeString
case invalidReason
case invalidRequestInputs
case invalidResponseVector
case invalidStopOnPolicy
case invalidTuple
case multipleValuesUnsupported
case notTrusted
case noDefaultAuthority
case rejectedForm
case requestLost
case requestRejected
case unsupportedAddressType
case unsupportedService
case invalidTupleGroup
case invalidBaseACLs
case invalidTupleCredendtials
case invalidEncoding
case invalidValidityPeriod
case invalidRequestor
case requestDescriptor
case invalidBundleInfo
case invalidCRLIndex
case noFieldValues
case unsupportedFieldFormat
case unsupportedIndexInfo
case unsupportedLocality
case unsupportedNumAttributes
case unsupportedNumIndexes
case unsupportedNumRecordTypes
case fieldSpecifiedMultiple
case incompatibleFieldFormat
case invalidParsingModule
case databaseLocked
case datastoreIsOpen
case missingValue
case unsupportedQueryLimits
case unsupportedNumSelectionPreds
case unsupportedOperator
case invalidDBLocation
case invalidAccessRequest
case invalidIndexInfo
case invalidNewOwner
case invalidModifyMode
case missingRequiredExtension
case extendedKeyUsageNotCritical
case timestampMissing
case timestampInvalid
case timestampNotTrusted
case timestampServiceNotAvailable
case timestampBadAlg
case timestampBadRequest
case timestampBadDataFormat
case timestampTimeNotAvailable
case timestampUnacceptedPolicy
case timestampUnacceptedExtension
case timestampAddInfoNotAvailable
case timestampSystemFailure
case signingTimeMissing
case timestampRejection
case timestampWaiting
case timestampRevocationWarning
case timestampRevocationNotification
case unexpectedError
}
extension HHSDKVideo.Status : Swift.RawRepresentable, Swift.CustomStringConvertible {
public init(status: Darwin.OSStatus)
public var description: Swift.String {
get
}
public init?(rawValue: Darwin.OSStatus)
public typealias RawValue = Darwin.OSStatus
public var rawValue: Darwin.OSStatus {
get
}
}
extension HHSDKVideo.Status : Foundation.CustomNSError {
public static let errorDomain: Swift.String
public var errorCode: Swift.Int {
get
}
public var errorUserInfo: [Swift.String : Any] {
get
}
}
extension HHSDKVideo.HHPermission : CoreLocation.CLLocationManagerDelegate {
@objc dynamic public func locationManager(_ manager: CoreLocation.CLLocationManager, didChangeAuthorization status: CoreLocation.CLAuthorizationStatus)
}
public let HHUUID: Swift.String
public let HHUserToken: Swift.String
public let HHInviteOrderIdKey: Swift.String
public let HHInviteDoctorIdKey: Swift.String
@_hasMissingDesignatedInitializers public class LoginManager {
public static let `default`: HHSDKVideo.LoginManager
public var mUUID: Swift.Int?
public var mUserInfo: HHSDKVideo.HHUserModel?
public func loadCache()
public func removeCache()
public func getUserInfo(token: Swift.String, success: ((_ model: Swift.String?) -> Swift.Void)? = nil, fail: ((_ message: Swift.String) -> Swift.Void)? = nil)
public func getUserInfoRequest(success: ((_ model: Swift.String?) -> Swift.Void)? = nil, fail: ((_ message: Swift.String) -> Swift.Void)? = nil)
public func convert2Model() -> Swift.String?
public func getUserInfo() -> HHSDKVideo.HHUserModel?
public func getCacheUserInfo() -> HHSDKVideo.HHUserModel?
public func hasLoginData() -> Swift.Bool
public func getUUID() -> Swift.Int?
public func setUUID(uuid: Swift.Int)
public func getToken() -> Swift.String?
public func uuidStr() -> Swift.String?
public func isMemeber() -> Swift.Bool
public func isVIP() -> Swift.Bool
public func getUpgradeVIPTips() -> Swift.String?
public func isBuyProduct() -> Swift.Bool
public func getMemberDes() -> Swift.String?
public func isPhoneAccount() -> Swift.Bool
public func getInviteDoctorId() -> Swift.String?
public func getInviteOrderId() -> Swift.String?
public func setInviteOrder(orderId: Swift.String, doctorId: Swift.String)
public func clearInviteOrder()
@objc deinit
}
public protocol MapContext {
}
final public class Map {
final public let mappingType: HHSDKVideo.MappingType
final public var JSON: [Swift.String : Any] {
get
}
final public var isKeyPresent: Swift.Bool {
get
}
final public var currentValue: Any? {
get
}
final public var currentKey: Swift.String? {
get
}
final public var nestedKeyDelimiter: Swift.String {
get
}
final public var context: HHSDKVideo.MapContext?
final public var shouldIncludeNilValues: Swift.Bool
final public let toObject: Swift.Bool
public init(mappingType: HHSDKVideo.MappingType, JSON: [Swift.String : Any], toObject: Swift.Bool = false, context: HHSDKVideo.MapContext? = nil, shouldIncludeNilValues: Swift.Bool = false)
final public subscript(key: Swift.String) -> HHSDKVideo.Map {
get
}
final public subscript(key: Swift.String, delimiter delimiter: Swift.String) -> HHSDKVideo.Map {
get
}
final public subscript(key: Swift.String, nested nested: Swift.Bool) -> HHSDKVideo.Map {
get
}
final public subscript(key: Swift.String, nested nested: Swift.Bool, delimiter delimiter: Swift.String) -> HHSDKVideo.Map {
get
}
final public subscript(key: Swift.String, ignoreNil ignoreNil: Swift.Bool) -> HHSDKVideo.Map {
get
}
final public subscript(key: Swift.String, delimiter delimiter: Swift.String, ignoreNil ignoreNil: Swift.Bool) -> HHSDKVideo.Map {
get
}
final public subscript(key: Swift.String, nested nested: Swift.Bool, ignoreNil ignoreNil: Swift.Bool) -> HHSDKVideo.Map {
get
}
final public subscript(key: Swift.String, nested nested: Swift.Bool?, delimiter delimiter: Swift.String, ignoreNil ignoreNil: Swift.Bool) -> HHSDKVideo.Map {
get
}
final public func value<T>() -> T?
@objc deinit
}
extension HHSDKVideo.Map {
final public func value<T>(_ key: Swift.String, default: T.Object, using transform: T) throws -> T.Object where T : HHSDKVideo.TransformType
final public func value<T>(_ key: Swift.String, default: T) throws -> T
final public func value<T>(_ key: Swift.String, default: [T]) -> [T] where T : HHSDKVideo.BaseMappable
final public func value<T>(_ key: Swift.String, default: T) throws -> T where T : HHSDKVideo.BaseMappable
}
public struct MapError : Swift.Error {
public var key: Swift.String?
public var currentValue: Any?
public var reason: Swift.String?
public var file: Swift.StaticString?
public var function: Swift.StaticString?
public var line: Swift.UInt?
public init(key: Swift.String?, currentValue: Any?, reason: Swift.String?, file: Swift.StaticString? = nil, function: Swift.StaticString? = nil, line: Swift.UInt? = nil)
}
extension HHSDKVideo.MapError : Swift.CustomStringConvertible {
public var description: Swift.String {
get
}
}
public protocol BaseMappable {
mutating func mapping(map: HHSDKVideo.Map)
}
public protocol Mappable : HHSDKVideo.BaseMappable {
init?(map: HHSDKVideo.Map)
}
public protocol StaticMappable : HHSDKVideo.BaseMappable {
static func objectForMapping(map: HHSDKVideo.Map) -> HHSDKVideo.BaseMappable?
}
extension HHSDKVideo.Mappable {
public init?(JSONString: Swift.String, context: HHSDKVideo.MapContext? = nil)
public init?(JSON: [Swift.String : Any], context: HHSDKVideo.MapContext? = nil)
}
extension HHSDKVideo.BaseMappable {
public func toJSON() -> [Swift.String : Any]
public func toJSONString(prettyPrint: Swift.Bool = false) -> Swift.String?
}
extension Swift.Array where Element : HHSDKVideo.BaseMappable {
public init?(JSONString: Swift.String, context: HHSDKVideo.MapContext? = nil)
public init(JSONArray: [[Swift.String : Any]], context: HHSDKVideo.MapContext? = nil)
public func toJSON() -> [[Swift.String : Any]]
public func toJSONString(prettyPrint: Swift.Bool = false) -> Swift.String?
}
extension Swift.Set where Element : HHSDKVideo.BaseMappable {
public init?(JSONString: Swift.String, context: HHSDKVideo.MapContext? = nil)
public init?(JSONArray: [[Swift.String : Any]], context: HHSDKVideo.MapContext? = nil)
public func toJSON() -> [[Swift.String : Any]]
public func toJSONString(prettyPrint: Swift.Bool = false) -> Swift.String?
}
public enum MappingType {
case fromJSON
case toJSON
public static func == (a: HHSDKVideo.MappingType, b: HHSDKVideo.MappingType) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
final public class Mapper<N> where N : HHSDKVideo.BaseMappable {
final public var context: HHSDKVideo.MapContext?
final public var shouldIncludeNilValues: Swift.Bool
public init(context: HHSDKVideo.MapContext? = nil, shouldIncludeNilValues: Swift.Bool = false)
final public func map(JSONObject: Any?, toObject object: N) -> N
final public func map(JSONString: Swift.String, toObject object: N) -> N
final public func map(JSON: [Swift.String : Any], toObject object: N) -> N
final public func map(JSONString: Swift.String) -> N?
final public func map(JSONObject: Any?) -> N?
final public func map(JSON: [Swift.String : Any]) -> N?
final public func mapArray(JSONString: Swift.String) -> [N]?
final public func mapArray(JSONObject: Any?) -> [N]?
final public func mapArray(JSONArray: [[Swift.String : Any]]) -> [N]
final public func mapDictionary(JSONString: Swift.String) -> [Swift.String : N]?
final public func mapDictionary(JSONObject: Any?) -> [Swift.String : N]?
final public func mapDictionary(JSON: [Swift.String : [Swift.String : Any]]) -> [Swift.String : N]?
final public func mapDictionary(JSONObject: Any?, toDictionary dictionary: [Swift.String : N]) -> [Swift.String : N]
final public func mapDictionary(JSON: [Swift.String : [Swift.String : Any]], toDictionary dictionary: [Swift.String : N]) -> [Swift.String : N]
final public func mapDictionaryOfArrays(JSONObject: Any?) -> [Swift.String : [N]]?
final public func mapDictionaryOfArrays(JSON: [Swift.String : [[Swift.String : Any]]]) -> [Swift.String : [N]]?
final public func mapArrayOfArrays(JSONObject: Any?) -> [[N]]?
public static func parseJSONStringIntoDictionary(JSONString: Swift.String) -> [Swift.String : Any]?
public static func parseJSONString(JSONString: Swift.String) -> Any?
@objc deinit
}
extension HHSDKVideo.Mapper {
final public func map(JSONfile: Swift.String) -> N?
final public func mapArray(JSONfile: Swift.String) -> [N]?
}
extension HHSDKVideo.Mapper {
final public func toJSON(_ object: N) -> [Swift.String : Any]
final public func toJSONArray(_ array: [N]) -> [[Swift.String : Any]]
final public func toJSONDictionary(_ dictionary: [Swift.String : N]) -> [Swift.String : [Swift.String : Any]]
final public func toJSONDictionaryOfArrays(_ dictionary: [Swift.String : [N]]) -> [Swift.String : [[Swift.String : Any]]]
final public func toJSONString(_ object: N, prettyPrint: Swift.Bool = false) -> Swift.String?
final public func toJSONString(_ array: [N], prettyPrint: Swift.Bool = false) -> Swift.String?
public static func toJSONString(_ JSONObject: Any, prettyPrint: Swift.Bool) -> Swift.String?
public static func toJSONData(_ JSONObject: Any, options: Foundation.JSONSerialization.WritingOptions) -> Foundation.Data?
}
extension HHSDKVideo.Mapper where N : Swift.Hashable {
final public func mapSet(JSONString: Swift.String) -> Swift.Set<N>?
final public func mapSet(JSONObject: Any?) -> Swift.Set<N>?
final public func mapSet(JSONArray: [[Swift.String : Any]]) -> Swift.Set<N>
final public func toJSONSet(_ set: Swift.Set<N>) -> [[Swift.String : Any]]
final public func toJSONString(_ set: Swift.Set<N>, prettyPrint: Swift.Bool = false) -> Swift.String?
}
final public class MD5 {
public init()
final public func calculate(for bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
@objc deinit
}
extension HHSDKVideo.MD5 : HHSDKVideo.Updatable {
final public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8>
}
public struct NotifyInfo {
public init()
public var fromAccountId: Swift.String?
public var requestId: Swift.String?
public var channelId: Swift.String?
public var customInfo: Swift.String?
}
open class NSDecimalNumberTransform : HHSDKVideo.TransformType {
public typealias Object = Foundation.NSDecimalNumber
public typealias JSON = Swift.String
public init()
open func transformFromJSON(_ value: Any?) -> Foundation.NSDecimalNumber?
open func transformToJSON(_ value: Foundation.NSDecimalNumber?) -> Swift.String?
@objc deinit
}
final public class OCB : HHSDKVideo.BlockMode {
public enum Mode {
case combined
case detached
public static func == (a: HHSDKVideo.OCB.Mode, b: HHSDKVideo.OCB.Mode) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
final public let options: HHSDKVideo.BlockModeOption
public enum Error : Swift.Error {
case invalidNonce
case fail
public static func == (a: HHSDKVideo.OCB.Error, b: HHSDKVideo.OCB.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
final public var authenticationTag: Swift.Array<Swift.UInt8>?
public init(nonce N: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, tagLength: Swift.Int = 16, mode: HHSDKVideo.OCB.Mode = .detached)
convenience public init(nonce N: Swift.Array<Swift.UInt8>, authenticationTag: Swift.Array<Swift.UInt8>, additionalAuthenticatedData: Swift.Array<Swift.UInt8>? = nil, mode: HHSDKVideo.OCB.Mode = .detached)
final public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
@objc deinit
}
public struct OFB : HHSDKVideo.BlockMode {
public enum Error : Swift.Error {
case invalidInitializationVector
public static func == (a: HHSDKVideo.OFB.Error, b: HHSDKVideo.OFB.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public let options: HHSDKVideo.BlockModeOption
public init(iv: Swift.Array<Swift.UInt8>)
public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
}
infix operator <- : DefaultPrecedence
infix operator >>> : DefaultPrecedence
public func <- <T>(left: inout T, right: HHSDKVideo.Map)
public func >>> <T>(left: T, right: HHSDKVideo.Map)
public func <- <T>(left: inout T?, right: HHSDKVideo.Map)
public func >>> <T>(left: T?, right: HHSDKVideo.Map)
public func <- <T>(left: inout T, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: T, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout T?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: T?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout Swift.Dictionary<Swift.String, T>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: Swift.Dictionary<Swift.String, T>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout Swift.Dictionary<Swift.String, T>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: Swift.Dictionary<Swift.String, T>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout Swift.Dictionary<Swift.String, [T]>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: Swift.Dictionary<Swift.String, [T]>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout Swift.Dictionary<Swift.String, [T]>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: Swift.Dictionary<Swift.String, [T]>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout Swift.Array<T>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: Swift.Array<T>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout Swift.Array<T>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: Swift.Array<T>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout Swift.Array<Swift.Array<T>>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: Swift.Array<Swift.Array<T>>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout Swift.Array<Swift.Array<T>>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func >>> <T>(left: Swift.Array<Swift.Array<T>>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable
public func <- <T>(left: inout Swift.Set<T>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable, T : Swift.Hashable
public func >>> <T>(left: Swift.Set<T>, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable, T : Swift.Hashable
public func <- <T>(left: inout Swift.Set<T>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable, T : Swift.Hashable
public func >>> <T>(left: Swift.Set<T>?, right: HHSDKVideo.Map) where T : HHSDKVideo.BaseMappable, T : Swift.Hashable
public struct OrderModel : HHSDKVideo.Mappable {
public var orderid: Swift.String?
public var price: Swift.Float?
public var buyServiceName: Swift.String?
public var expertId: Swift.String?
public var expertName: Swift.String?
public var patientName: Swift.String?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct ExpertOderModel : HHSDKVideo.Mappable {
public var orderInfo: HHSDKVideo.ExpertOrderInfoModel?
public var expert: HHSDKVideo.HHDoctorModel?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct ExpertOrderInfoModel : HHSDKVideo.Mappable {
public var orderId: Swift.String?
public var time: Swift.Int?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public struct HHAgoraTokenModel : HHSDKVideo.Mappable {
public var token: Swift.String?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
public protocol PaddingProtocol {
func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8>
func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8>
}
public enum Padding : HHSDKVideo.PaddingProtocol {
case noPadding, zeroPadding, pkcs7, pkcs5, iso78164
public func add(to: Swift.Array<Swift.UInt8>, blockSize: Swift.Int) -> Swift.Array<Swift.UInt8>
public func remove(from: Swift.Array<Swift.UInt8>, blockSize: Swift.Int?) -> Swift.Array<Swift.UInt8>
public static func == (a: HHSDKVideo.Padding, b: HHSDKVideo.Padding) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
extension HHSDKVideo.PKCS5 {
public struct PBKDF1 {
public enum Error : Swift.Error {
case invalidInput
case derivedKeyTooLong
public static func == (a: HHSDKVideo.PKCS5.PBKDF1.Error, b: HHSDKVideo.PKCS5.PBKDF1.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public enum Variant {
case md5, sha1
public static func == (a: HHSDKVideo.PKCS5.PBKDF1.Variant, b: HHSDKVideo.PKCS5.PBKDF1.Variant) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, variant: HHSDKVideo.PKCS5.PBKDF1.Variant = .sha1, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil) throws
public func calculate() -> Swift.Array<Swift.UInt8>
}
}
extension HHSDKVideo.PKCS5 {
public struct PBKDF2 {
public enum Error : Swift.Error {
case invalidInput
case derivedKeyTooLong
public static func == (a: HHSDKVideo.PKCS5.PBKDF2.Error, b: HHSDKVideo.PKCS5.PBKDF2.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, iterations: Swift.Int = 4096, keyLength: Swift.Int? = nil, variant: HHSDKVideo.HMAC.Variant = .sha256) throws
public func calculate() throws -> Swift.Array<Swift.UInt8>
}
}
public struct PCBC : HHSDKVideo.BlockMode {
public enum Error : Swift.Error {
case invalidInitializationVector
public static func == (a: HHSDKVideo.PCBC.Error, b: HHSDKVideo.PCBC.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public let options: HHSDKVideo.BlockModeOption
public init(iv: Swift.Array<Swift.UInt8>)
public func worker(blockSize: Swift.Int, cipherOperation: @escaping HHSDKVideo.CipherOperationOnBlock, encryptionOperation: @escaping HHSDKVideo.CipherOperationOnBlock) throws -> HHSDKVideo.CipherModeWorker
}
@objc @_hasMissingDesignatedInitializers public class HHPermission : ObjectiveC.NSObject {
public static let locationAlways: HHSDKVideo.HHPermission
public static let locationWhenInUse: HHSDKVideo.HHPermission
public static let microphone: HHSDKVideo.HHPermission
public static let camera: HHSDKVideo.HHPermission
public static let photos: HHSDKVideo.HHPermission
final public let type: HHSDKVideo.HHBasePermissionType
public var status: HHSDKVideo.PermissionStatus {
get
}
public var presentPrePermissionAlert: Swift.Bool
public var prePermissionAlert: HHSDKVideo.PermissionAlert {
get
set
}
public var presentDeniedAlert: Swift.Bool
@objc deinit
}
extension HHSDKVideo.HHPermission {
@objc override dynamic public var description: Swift.String {
@objc get
}
@objc override dynamic public var debugDescription: Swift.String {
@objc get
}
}
@_hasMissingDesignatedInitializers public class PermissionAlert {
@objc deinit
}
public enum PermissionStatus : Swift.String {
case authorized
case denied
case disabled
case notDetermined
case limited
public init?(rawValue: Swift.String)
public typealias RawValue = Swift.String
public var rawValue: Swift.String {
get
}
}
extension HHSDKVideo.PermissionStatus : Swift.CustomStringConvertible {
public var description: Swift.String {
get
}
}
@objc public enum HHBasePermissionType : Swift.Int {
case locationAlways
case locationWhenInUse
case microphone
case camera
case photos
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
extension HHSDKVideo.HHBasePermissionType : Swift.CustomStringConvertible {
public var description: Swift.String {
get
}
}
@_hasMissingDesignatedInitializers public class PhotoPickerConfig {
public static let `default`: HHSDKVideo.PhotoPickerConfig
public var miniPicTip: Swift.Bool
public var mMaxSelectCount: Swift.Int
public var mDetailColumnCount: Swift.Int
@objc deinit
}
public enum PKCS5 {
}
public enum PKCS7 {
}
final public class Poly1305 : HHSDKVideo.CryptoAuthenticator {
public enum Error : Swift.Error {
case authenticateError
public static func == (a: HHSDKVideo.Poly1305.Error, b: HHSDKVideo.Poly1305.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public static let blockSize: Swift.Int
public init(key: Swift.Array<Swift.UInt8>)
final public func authenticate(_ bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
@objc deinit
}
@_hasMissingDesignatedInitializers public class PostBodyEncoding {
@objc deinit
}
final public class Rabbit {
public enum Error : Swift.Error {
case invalidKeyOrInitializationVector
public static func == (a: HHSDKVideo.Rabbit.Error, b: HHSDKVideo.Rabbit.Error) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public static let ivSize: Swift.Int
public static let keySize: Swift.Int
public static let blockSize: Swift.Int
final public var keySize: Swift.Int {
get
}
convenience public init(key: Swift.Array<Swift.UInt8>) throws
public init(key: Swift.Array<Swift.UInt8>, iv: Swift.Array<Swift.UInt8>?) throws
@objc deinit
}
extension HHSDKVideo.Rabbit : HHSDKVideo.Cipher {
final public func encrypt(_ bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
final public func decrypt(_ bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
}
extension HHSDKVideo.Rabbit {
convenience public init(key: Swift.String) throws
convenience public init(key: Swift.String, iv: Swift.String) throws
}
public enum ReachabilityError : Swift.Error {
case FailedToCreateWithAddress(Darwin.sockaddr_in)
case FailedToCreateWithHostname(Swift.String)
case UnableToSetCallback
case UnableToSetDispatchQueue
}
public let ReachabilityChangedNotification: Foundation.NSNotification.Name
public class Reachability {
public typealias NetworkReachable = (HHSDKVideo.Reachability) -> ()
public typealias NetworkUnreachable = (HHSDKVideo.Reachability) -> ()
public enum NetworkStatus : Swift.CustomStringConvertible {
case notReachable, reachableViaWiFi, reachableViaWWAN
public var description: Swift.String {
get
}
public static func == (a: HHSDKVideo.Reachability.NetworkStatus, b: HHSDKVideo.Reachability.NetworkStatus) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public var whenReachable: HHSDKVideo.Reachability.NetworkReachable?
public var whenUnreachable: HHSDKVideo.Reachability.NetworkUnreachable?
public var reachableOnWWAN: Swift.Bool
public var currentReachabilityString: Swift.String {
get
}
public var currentReachabilityStatus: HHSDKVideo.Reachability.NetworkStatus {
get
}
required public init(reachabilityRef: SystemConfiguration.SCNetworkReachability)
convenience public init?(hostname: Swift.String)
convenience public init?()
@objc deinit
}
extension HHSDKVideo.Reachability {
public func startNotifier() throws
public func stopNotifier()
public var isReachable: Swift.Bool {
get
}
public var isReachableViaWWAN: Swift.Bool {
get
}
public var isReachableViaWiFi: Swift.Bool {
get
}
public var description: Swift.String {
get
}
}
public enum RecordImgType : Swift.Int {
case medic
case check
case yingXiang
case video
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
public struct RemoteData : HHSDKVideo.Mappable {
public var changeDoctorTime: Swift.Int
public var appTVConfig: Swift.String?
public var appJsonConfig: Swift.String?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
final public class Scrypt {
public init(password: Swift.Array<Swift.UInt8>, salt: Swift.Array<Swift.UInt8>, dkLen: Swift.Int, N: Swift.Int, r: Swift.Int, p: Swift.Int) throws
final public func calculate() throws -> [Swift.UInt8]
@objc deinit
}
public struct SDKConfigModel : HHSDKVideo.Mappable {
public var cardIdActiveShow: Swift.Int
public var changeDoctorTime: Swift.Int?
public init?(map: HHSDKVideo.Map)
public mutating func mapping(map: HHSDKVideo.Map)
}
final public class SHA1 {
public init()
final public func calculate(for bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
@objc deinit
}
extension HHSDKVideo.SHA1 : HHSDKVideo.Updatable {
@discardableResult
final public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8>
}
final public class SHA2 {
public enum Variant : Swift.RawRepresentable {
case sha224, sha256, sha384, sha512
public var digestLength: Swift.Int {
get
}
public var blockSize: Swift.Int {
get
}
public typealias RawValue = Swift.Int
public var rawValue: HHSDKVideo.SHA2.Variant.RawValue {
get
}
public init?(rawValue: HHSDKVideo.SHA2.Variant.RawValue)
}
public init(variant: HHSDKVideo.SHA2.Variant)
final public func calculate(for bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
@objc deinit
}
extension HHSDKVideo.SHA2 : HHSDKVideo.Updatable {
final public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8>
}
final public class SHA3 {
final public let blockSize: Swift.Int
final public let digestLength: Swift.Int
final public let markByte: Swift.UInt8
public enum Variant {
case sha224, sha256, sha384, sha512, keccak224, keccak256, keccak384, keccak512
public var outputLength: Swift.Int {
get
}
public static func == (a: HHSDKVideo.SHA3.Variant, b: HHSDKVideo.SHA3.Variant) -> Swift.Bool
public func hash(into hasher: inout Swift.Hasher)
public var hashValue: Swift.Int {
get
}
}
public init(variant: HHSDKVideo.SHA3.Variant)
final public func calculate(for bytes: Swift.Array<Swift.UInt8>) -> Swift.Array<Swift.UInt8>
@objc deinit
}
extension HHSDKVideo.SHA3 : HHSDKVideo.Updatable {
final public func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8>
}
extension Swift.String {
public var bytes: Swift.Array<Swift.UInt8> {
get
}
public func md5() -> Swift.String
public func sha1() -> Swift.String
public func sha224() -> Swift.String
public func sha256() -> Swift.String
public func sha384() -> Swift.String
public func sha512() -> Swift.String
public func sha3(_ variant: HHSDKVideo.SHA3.Variant) -> Swift.String
public func crc32(seed: Swift.UInt32? = nil, reflect: Swift.Bool = true) -> Swift.String
public func crc32c(seed: Swift.UInt32? = nil, reflect: Swift.Bool = true) -> Swift.String
public func crc16(seed: Swift.UInt16? = nil) -> Swift.String
public func encrypt(cipher: HHSDKVideo.Cipher) throws -> Swift.String
public func encryptToBase64(cipher: HHSDKVideo.Cipher) throws -> Swift.String?
public func authenticate<A>(with authenticator: A) throws -> Swift.String where A : HHSDKVideo.CryptoAuthenticator
}
extension Swift.String {
public func decryptBase64ToString(cipher: HHSDKVideo.Cipher) throws -> Swift.String
public func decryptBase64(cipher: HHSDKVideo.Cipher) throws -> Swift.Array<Swift.UInt8>
}
@_hasMissingDesignatedInitializers final public class SwiftEntryKit {
public enum EntryDismissalDescriptor {
case specific(entryName: Swift.String)
case prioritizedLowerOrEqualTo(priority: HHSDKVideo.EKAttributes.Precedence.Priority)
case enqueued
case all
case displayed
}
public enum RollbackWindow {
case main
case custom(window: UIKit.UIWindow)
}
public typealias DismissCompletionHandler = () -> Swift.Void
final public class var window: UIKit.UIWindow? {
get
}
final public class var isCurrentlyDisplaying: Swift.Bool {
get
}
final public class func isCurrentlyDisplaying(entryNamed name: Swift.String? = nil) -> Swift.Bool
final public class var isQueueEmpty: Swift.Bool {
get
}
final public class func queueContains(entryNamed name: Swift.String? = nil) -> Swift.Bool
final public class func display(entry view: UIKit.UIView, using attributes: HHSDKVideo.EKAttributes, presentInsideKeyWindow: Swift.Bool = false, rollbackWindow: HHSDKVideo.SwiftEntryKit.RollbackWindow = .main)
final public class func display(entry viewController: UIKit.UIViewController, using attributes: HHSDKVideo.EKAttributes, presentInsideKeyWindow: Swift.Bool = false, rollbackWindow: HHSDKVideo.SwiftEntryKit.RollbackWindow = .main)
final public class func transform(to view: UIKit.UIView)
final public class func dismiss(_ descriptor: HHSDKVideo.SwiftEntryKit.EntryDismissalDescriptor = .displayed, with completion: HHSDKVideo.SwiftEntryKit.DismissCompletionHandler? = nil)
final public class func layoutIfNeeded()
@objc deinit
}
open class TransformOf<ObjectType, JSONType> : HHSDKVideo.TransformType {
public typealias Object = ObjectType
public typealias JSON = JSONType
public init(fromJSON: @escaping (JSONType?) -> ObjectType?, toJSON: @escaping (ObjectType?) -> JSONType?)
open func transformFromJSON(_ value: Any?) -> ObjectType?
open func transformToJSON(_ value: ObjectType?) -> JSONType?
@objc deinit
}
public func <- <Transform>(left: inout Transform.Object, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func >>> <Transform>(left: Transform.Object, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func <- <Transform>(left: inout Transform.Object?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func >>> <Transform>(left: Transform.Object?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func <- <Transform>(left: inout [Transform.Object], right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func >>> <Transform>(left: [Transform.Object], right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func <- <Transform>(left: inout [Transform.Object]?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func >>> <Transform>(left: [Transform.Object]?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func <- <Transform>(left: inout [Swift.String : Transform.Object], right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func >>> <Transform>(left: [Swift.String : Transform.Object], right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func <- <Transform>(left: inout [Swift.String : Transform.Object]?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func >>> <Transform>(left: [Swift.String : Transform.Object]?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func <- <Transform>(left: inout Transform.Object, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func >>> <Transform>(left: Transform.Object, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func <- <Transform>(left: inout Transform.Object?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func >>> <Transform>(left: Transform.Object?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func <- <Transform>(left: inout Swift.Dictionary<Swift.String, Transform.Object>, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func >>> <Transform>(left: Swift.Dictionary<Swift.String, Transform.Object>, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func <- <Transform>(left: inout Swift.Dictionary<Swift.String, Transform.Object>?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func >>> <Transform>(left: Swift.Dictionary<Swift.String, Transform.Object>?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func <- <Transform>(left: inout Swift.Dictionary<Swift.String, [Transform.Object]>, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func >>> <Transform>(left: Swift.Dictionary<Swift.String, [Transform.Object]>, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func <- <Transform>(left: inout Swift.Dictionary<Swift.String, [Transform.Object]>?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func >>> <Transform>(left: Swift.Dictionary<Swift.String, [Transform.Object]>?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func <- <Transform>(left: inout Swift.Array<Transform.Object>, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func >>> <Transform>(left: Swift.Array<Transform.Object>, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func <- <Transform>(left: inout Swift.Array<Transform.Object>?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func >>> <Transform>(left: Swift.Array<Transform.Object>?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable
public func <- <Transform>(left: inout [[Transform.Object]], right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func >>> <Transform>(left: [[Transform.Object]], right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func <- <Transform>(left: inout [[Transform.Object]]?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func >>> <Transform>(left: [[Transform.Object]]?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType
public func <- <Transform>(left: inout Swift.Set<Transform.Object>, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable, Transform.Object : Swift.Hashable
public func >>> <Transform>(left: Swift.Set<Transform.Object>, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable, Transform.Object : Swift.Hashable
public func <- <Transform>(left: inout Swift.Set<Transform.Object>?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable, Transform.Object : Swift.Hashable
public func >>> <Transform>(left: Swift.Set<Transform.Object>?, right: (HHSDKVideo.Map, Transform)) where Transform : HHSDKVideo.TransformType, Transform.Object : HHSDKVideo.BaseMappable, Transform.Object : Swift.Hashable
public protocol TransformType {
associatedtype Object
associatedtype JSON
func transformFromJSON(_ value: Any?) -> Self.Object?
func transformToJSON(_ value: Self.Object?) -> Self.JSON?
}
extension UIKit.UIImage {
public class func gifImageWithData(_ data: Foundation.Data) -> UIKit.UIImage?
public class func gifImageWithURL(_ gifUrl: Swift.String) -> UIKit.UIImage?
public class func gifImageWithName(_ name: Swift.String) -> UIKit.UIImage?
}
public protocol _UInt8Type {
}
extension Swift.UInt8 : HHSDKVideo._UInt8Type {
}
extension Swift.UInt8 {
public func bits() -> [HHSDKVideo.Bit]
public func bits() -> Swift.String
}
public protocol Updatable {
mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool) throws -> Swift.Array<Swift.UInt8>
mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool, output: (_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Void) throws
}
extension HHSDKVideo.Updatable {
public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false, output: (_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Void) throws
public mutating func update(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8>
public mutating func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false) throws -> Swift.Array<Swift.UInt8>
public mutating func update(withBytes bytes: Swift.Array<Swift.UInt8>, isLast: Swift.Bool = false, output: (_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Void) throws
public mutating func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
public mutating func finish(withBytes bytes: Swift.Array<Swift.UInt8>) throws -> Swift.Array<Swift.UInt8>
public mutating func finish() throws -> Swift.Array<Swift.UInt8>
public mutating func finish(withBytes bytes: Swift.ArraySlice<Swift.UInt8>, output: (_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Void) throws
public mutating func finish(withBytes bytes: Swift.Array<Swift.UInt8>, output: (_ bytes: Swift.Array<Swift.UInt8>) -> Swift.Void) throws
public mutating func finish(output: (Swift.Array<Swift.UInt8>) -> Swift.Void) throws
}
open class URLTransform : HHSDKVideo.TransformType {
public typealias Object = Foundation.URL
public typealias JSON = Swift.String
public init(shouldEncodeURLString: Swift.Bool = false, allowedCharacterSet: Foundation.CharacterSet = .urlQueryAllowed)
open func transformFromJSON(_ value: Any?) -> Foundation.URL?
open func transformToJSON(_ value: Foundation.URL?) -> Swift.String?
@objc deinit
}
public struct UserApi {
}
@objc @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers public class VCManager : ObjectiveC.NSObject {
public static let `default`: HHSDKVideo.VCManager
public var waitModel: HHSDKVideo.HHWaitDoctorModel?
@objc deinit
}
extension HHSDKVideo.VCManager {
public func onReceiveCall(callee: Swift.String, caller: Swift.String, orderId: Swift.String)
public func isInBusy() -> Swift.Bool
}
extension HHSDKVideo.VCManager {
public func onReceiveInvite(docModel: HHSDKVideo.HHInviteDocModel)
public static func onUserReject(_ fromUuid: Swift.String)
public static func onCancelInvite(_ fromUuid: Swift.String)
public static func changeVideo(_ isVoice: Swift.Bool)
}
extension HHSDKVideo.VCManager {
public func showEduBoard(groupId: Swift.String, orderId: Swift.String, isLong: Swift.Bool, fileUrl: Swift.String)
public func closeEduBoard()
}
public struct VideoApi {
}
public enum HHIMCmd : Swift.String {
case audio
case video
case newAudio
case newVideo
case closeVideo
case openVideo
case transfor
case accept
case call
case reject
case cancelCall
case hangupAgora
case pcCancel
case phoneCall
case busy
case waiting
case waitingTip
case agentTrans
case web_transform
case callWeb
case SWITCH_TO_CAMERA_wmp
case cancelCallWeb
case call_invite
case reject_invite
case cancel_invite
case exit_camera
case enter_camera
case conference_begin
case conference_end
case user_certification
case cancel_user_certification
public var rawValue: Swift.String {
get
}
public init?(rawValue: Swift.String)
public typealias RawValue = Swift.String
}
public class WeakArray<T> {
public func add(_ delegate: T)
public func remove(_ delegate: T)
public func excute(_ block: @escaping ((T?) -> Swift.Void))
public func getAll() -> [T?]
public init()
@objc deinit
}
@objc public class ZLAlbumListModel : ObjectiveC.NSObject {
final public let title: Swift.String
public var count: Swift.Int {
get
}
public var result: Photos.PHFetchResult<Photos.PHAsset>
final public let collection: Photos.PHAssetCollection
final public let option: Photos.PHFetchOptions
final public let isCameraRoll: Swift.Bool
public var headImageAsset: Photos.PHAsset? {
get
}
public var models: [HHSDKVideo.ZLPhotoModel]
public init(title: Swift.String, result: Photos.PHFetchResult<Photos.PHAsset>, collection: Photos.PHAssetCollection, option: Photos.PHFetchOptions, isCameraRoll: Swift.Bool)
public func refetchPhotos()
@objc deinit
}
@objc @_inheritsConvenienceInitializers public class ZLCameraConfiguration : ObjectiveC.NSObject {
@objc public enum CaptureSessionPreset : Swift.Int {
case cif352x288
case vga640x480
case hd1280x720
case hd1920x1080
case hd4K3840x2160
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc public enum FocusMode : Swift.Int {
case autoFocus
case continuousAutoFocus
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc public enum ExposureMode : Swift.Int {
case autoExpose
case continuousAutoExposure
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc public enum FlashMode : Swift.Int {
case auto
case on
case off
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc public enum VideoExportType : Swift.Int {
case mov
case mp4
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc public var sessionPreset: HHSDKVideo.ZLCameraConfiguration.CaptureSessionPreset
@objc public var focusMode: HHSDKVideo.ZLCameraConfiguration.FocusMode
@objc public var exposureMode: HHSDKVideo.ZLCameraConfiguration.ExposureMode
@objc public var flashMode: HHSDKVideo.ZLCameraConfiguration.FlashMode
@objc public var videoExportType: HHSDKVideo.ZLCameraConfiguration.VideoExportType
@objc override dynamic public init()
@objc deinit
}
extension HHSDKVideo.ZLCameraConfiguration {
@discardableResult
public func sessionPreset(_ sessionPreset: HHSDKVideo.ZLCameraConfiguration.CaptureSessionPreset) -> HHSDKVideo.ZLCameraConfiguration
@discardableResult
public func focusMode(_ mode: HHSDKVideo.ZLCameraConfiguration.FocusMode) -> HHSDKVideo.ZLCameraConfiguration
@discardableResult
public func exposureMode(_ mode: HHSDKVideo.ZLCameraConfiguration.ExposureMode) -> HHSDKVideo.ZLCameraConfiguration
@discardableResult
public func flashMode(_ mode: HHSDKVideo.ZLCameraConfiguration.FlashMode) -> HHSDKVideo.ZLCameraConfiguration
@discardableResult
public func videoExportType(_ type: HHSDKVideo.ZLCameraConfiguration.VideoExportType) -> HHSDKVideo.ZLCameraConfiguration
}
@objc @_Concurrency.MainActor(unsafe) open class ZLCustomCamera : UIKit.UIViewController, QuartzCore.CAAnimationDelegate {
@objc @_Concurrency.MainActor(unsafe) public var takeDoneBlock: ((UIKit.UIImage?, Foundation.URL?) -> Swift.Void)?
@objc @_Concurrency.MainActor(unsafe) public var cancelBlock: (() -> Swift.Void)?
@_Concurrency.MainActor(unsafe) public var tipsLabel: UIKit.UILabel {
get
set
}
@_Concurrency.MainActor(unsafe) public var bottomView: UIKit.UIView {
get
set
}
@_Concurrency.MainActor(unsafe) public var largeCircleView: UIKit.UIVisualEffectView {
get
set
}
@_Concurrency.MainActor(unsafe) public var smallCircleView: UIKit.UIView {
get
set
}
@_Concurrency.MainActor(unsafe) public var animateLayer: QuartzCore.CAShapeLayer {
get
set
}
@_Concurrency.MainActor(unsafe) public var retakeBtn: HHSDKVideo.ZLEnlargeButton {
get
set
}
@_Concurrency.MainActor(unsafe) public var doneBtn: UIKit.UIButton {
get
set
}
@_Concurrency.MainActor(unsafe) public var dismissBtn: HHSDKVideo.ZLEnlargeButton {
get
set
}
@_Concurrency.MainActor(unsafe) public var switchCameraBtn: HHSDKVideo.ZLEnlargeButton {
get
set
}
@_Concurrency.MainActor(unsafe) public var focusCursorView: UIKit.UIImageView {
get
set
}
@_Concurrency.MainActor(unsafe) public var takedImageView: UIKit.UIImageView {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public var supportedInterfaceOrientations: UIKit.UIInterfaceOrientationMask {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool {
@objc get
}
@objc deinit
@_Concurrency.MainActor(unsafe) @objc dynamic public init()
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewWillDisappear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidDisappear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLayoutSubviews()
@_Concurrency.MainActor(unsafe) @objc public func animationDidStop(_ anim: QuartzCore.CAAnimation, finished flag: Swift.Bool)
}
extension HHSDKVideo.ZLCustomCamera : AVFoundation.AVCapturePhotoCaptureDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func photoOutput(_ output: AVFoundation.AVCapturePhotoOutput, willCapturePhotoFor resolvedSettings: AVFoundation.AVCaptureResolvedPhotoSettings)
@_Concurrency.MainActor(unsafe) @objc dynamic public func photoOutput(_ output: AVFoundation.AVCapturePhotoOutput, didFinishProcessingPhoto photoSampleBuffer: CoreMedia.CMSampleBuffer?, previewPhoto previewPhotoSampleBuffer: CoreMedia.CMSampleBuffer?, resolvedSettings: AVFoundation.AVCaptureResolvedPhotoSettings, bracketSettings: AVFoundation.AVCaptureBracketedStillImageSettings?, error: Swift.Error?)
}
extension HHSDKVideo.ZLCustomCamera : AVFoundation.AVCaptureFileOutputRecordingDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func fileOutput(_ output: AVFoundation.AVCaptureFileOutput, didStartRecordingTo fileURL: Foundation.URL, from connections: [AVFoundation.AVCaptureConnection])
@_Concurrency.MainActor(unsafe) @objc dynamic public func fileOutput(_ output: AVFoundation.AVCaptureFileOutput, didFinishRecordingTo outputFileURL: Foundation.URL, from connections: [AVFoundation.AVCaptureConnection], error: Swift.Error?)
}
extension HHSDKVideo.ZLCustomCamera : UIKit.UIGestureRecognizerDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizer(_ gestureRecognizer: UIKit.UIGestureRecognizer, shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool
}
@objc public protocol ZLImageStickerContainerDelegate {
@objc var selectImageBlock: ((UIKit.UIImage) -> Swift.Void)? { get set }
@objc var hideBlock: (() -> Swift.Void)? { get set }
@objc func show(in view: UIKit.UIView)
}
@objc @_inheritsConvenienceInitializers public class ZLEditImageConfiguration : ObjectiveC.NSObject {
@objc public enum EditTool : Swift.Int, Swift.CaseIterable {
case draw
case clip
case imageSticker
case textSticker
case mosaic
case filter
case adjust
public init?(rawValue: Swift.Int)
public typealias AllCases = [HHSDKVideo.ZLEditImageConfiguration.EditTool]
public typealias RawValue = Swift.Int
public static var allCases: [HHSDKVideo.ZLEditImageConfiguration.EditTool] {
get
}
public var rawValue: Swift.Int {
get
}
}
@objc public enum AdjustTool : Swift.Int, Swift.CaseIterable {
case brightness
case contrast
case saturation
public init?(rawValue: Swift.Int)
public typealias AllCases = [HHSDKVideo.ZLEditImageConfiguration.AdjustTool]
public typealias RawValue = Swift.Int
public static var allCases: [HHSDKVideo.ZLEditImageConfiguration.AdjustTool] {
get
}
public var rawValue: Swift.Int {
get
}
}
public var tools: [HHSDKVideo.ZLEditImageConfiguration.EditTool] {
get
set
}
@objc public var tools_objc: [Swift.Int] {
@objc get
@objc set
}
@objc public var drawColors: [UIKit.UIColor] {
@objc get
@objc set
}
@objc public var defaultDrawColor: UIKit.UIColor
@objc public var clipRatios: [HHSDKVideo.ZLImageClipRatio] {
@objc get
@objc set
}
@objc public var textStickerTextColors: [UIKit.UIColor] {
@objc get
@objc set
}
@objc public var textStickerDefaultTextColor: UIKit.UIColor
@objc public var filters: [HHSDKVideo.ZLFilter] {
@objc get
@objc set
}
@objc public var imageStickerContainerView: (UIKit.UIView & HHSDKVideo.ZLImageStickerContainerDelegate)?
public var adjustTools: [HHSDKVideo.ZLEditImageConfiguration.AdjustTool] {
get
set
}
@objc public var adjustTools_objc: [Swift.Int] {
@objc get
@objc set
}
@objc public var impactFeedbackWhenAdjustSliderValueIsZero: Swift.Bool
@objc public var impactFeedbackStyle: UIKit.UIImpactFeedbackGenerator.FeedbackStyle
@objc override dynamic public init()
@objc deinit
}
extension HHSDKVideo.ZLEditImageConfiguration {
@discardableResult
public func tools(_ tools: [HHSDKVideo.ZLEditImageConfiguration.EditTool]) -> HHSDKVideo.ZLEditImageConfiguration
@discardableResult
public func drawColors(_ colors: [UIKit.UIColor]) -> HHSDKVideo.ZLEditImageConfiguration
public func defaultDrawColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLEditImageConfiguration
@discardableResult
public func clipRatios(_ ratios: [HHSDKVideo.ZLImageClipRatio]) -> HHSDKVideo.ZLEditImageConfiguration
@discardableResult
public func textStickerTextColors(_ colors: [UIKit.UIColor]) -> HHSDKVideo.ZLEditImageConfiguration
@discardableResult
public func textStickerDefaultTextColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLEditImageConfiguration
@discardableResult
public func filters(_ filters: [HHSDKVideo.ZLFilter]) -> HHSDKVideo.ZLEditImageConfiguration
@discardableResult
public func imageStickerContainerView(_ view: (UIKit.UIView & HHSDKVideo.ZLImageStickerContainerDelegate)?) -> HHSDKVideo.ZLEditImageConfiguration
@discardableResult
public func adjustTools(_ tools: [HHSDKVideo.ZLEditImageConfiguration.AdjustTool]) -> HHSDKVideo.ZLEditImageConfiguration
@discardableResult
public func impactFeedbackWhenAdjustSliderValueIsZero(_ value: Swift.Bool) -> HHSDKVideo.ZLEditImageConfiguration
@discardableResult
public func impactFeedbackStyle(_ style: UIKit.UIImpactFeedbackGenerator.FeedbackStyle) -> HHSDKVideo.ZLEditImageConfiguration
}
@objc public class ZLImageClipRatio : ObjectiveC.NSObject {
public var title: Swift.String
final public let whRatio: CoreFoundation.CGFloat
@objc public init(title: Swift.String, whRatio: CoreFoundation.CGFloat, isCircle: Swift.Bool = false)
@objc deinit
}
extension HHSDKVideo.ZLImageClipRatio {
@objc public static let custom: HHSDKVideo.ZLImageClipRatio
@objc public static let circle: HHSDKVideo.ZLImageClipRatio
@objc public static let wh1x1: HHSDKVideo.ZLImageClipRatio
@objc public static let wh3x4: HHSDKVideo.ZLImageClipRatio
@objc public static let wh4x3: HHSDKVideo.ZLImageClipRatio
@objc public static let wh2x3: HHSDKVideo.ZLImageClipRatio
@objc public static let wh3x2: HHSDKVideo.ZLImageClipRatio
@objc public static let wh9x16: HHSDKVideo.ZLImageClipRatio
@objc public static let wh16x9: HHSDKVideo.ZLImageClipRatio
}
@objc public class ZLEditImageModel : ObjectiveC.NSObject {
final public let drawPaths: [HHSDKVideo.ZLDrawPath]
final public let mosaicPaths: [HHSDKVideo.ZLMosaicPath]
final public let editRect: CoreFoundation.CGRect?
final public let angle: CoreFoundation.CGFloat
final public let brightness: Swift.Float
final public let contrast: Swift.Float
final public let saturation: Swift.Float
final public let selectRatio: HHSDKVideo.ZLImageClipRatio?
final public let selectFilter: HHSDKVideo.ZLFilter?
final public let textStickers: [(state: HHSDKVideo.ZLTextStickerState, index: Swift.Int)]?
final public let imageStickers: [(state: HHSDKVideo.ZLImageStickerState, index: Swift.Int)]?
public init(drawPaths: [HHSDKVideo.ZLDrawPath], mosaicPaths: [HHSDKVideo.ZLMosaicPath], editRect: CoreFoundation.CGRect?, angle: CoreFoundation.CGFloat, brightness: Swift.Float, contrast: Swift.Float, saturation: Swift.Float, selectRatio: HHSDKVideo.ZLImageClipRatio?, selectFilter: HHSDKVideo.ZLFilter, textStickers: [(state: HHSDKVideo.ZLTextStickerState, index: Swift.Int)]?, imageStickers: [(state: HHSDKVideo.ZLImageStickerState, index: Swift.Int)]?)
@objc deinit
}
@objc @_Concurrency.MainActor(unsafe) open class ZLEditImageViewController : UIKit.UIViewController {
@objc @_Concurrency.MainActor(unsafe) public var drawColViewH: CoreFoundation.CGFloat
@objc @_Concurrency.MainActor(unsafe) public var filterColViewH: CoreFoundation.CGFloat
@objc @_Concurrency.MainActor(unsafe) public var adjustColViewH: CoreFoundation.CGFloat
@objc @_Concurrency.MainActor(unsafe) public var ashbinNormalBgColor: UIKit.UIColor
@objc @_Concurrency.MainActor(unsafe) public var cancelBtn: HHSDKVideo.ZLEnlargeButton {
@objc get
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var mainScrollView: UIKit.UIScrollView {
@objc get
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var topShadowView: UIKit.UIView {
@objc get
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var topShadowLayer: QuartzCore.CAGradientLayer {
@objc get
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var bottomShadowView: UIKit.UIView
@objc @_Concurrency.MainActor(unsafe) public var bottomShadowLayer: QuartzCore.CAGradientLayer
@objc @_Concurrency.MainActor(unsafe) public var doneBtn: UIKit.UIButton
@objc @_Concurrency.MainActor(unsafe) public var revokeBtn: UIKit.UIButton
@objc @_Concurrency.MainActor(unsafe) public var ashbinView: UIKit.UIView {
@objc get
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var ashbinImgView: UIKit.UIImageView {
@objc get
@objc set
}
@objc @_Concurrency.MainActor(unsafe) public var drawLineWidth: CoreFoundation.CGFloat
@objc @_Concurrency.MainActor(unsafe) public var mosaicLineWidth: CoreFoundation.CGFloat
@objc @_Concurrency.MainActor(unsafe) public var editFinishBlock: ((UIKit.UIImage, HHSDKVideo.ZLEditImageModel?) -> Swift.Void)?
@objc @_Concurrency.MainActor(unsafe) public var cancelEditBlock: (() -> Swift.Void)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public var supportedInterfaceOrientations: UIKit.UIInterfaceOrientationMask {
@objc get
}
@objc deinit
@objc @_Concurrency.MainActor(unsafe) public class func showEditImageVC(parentVC: UIKit.UIViewController?, animate: Swift.Bool = false, image: UIKit.UIImage, editModel: HHSDKVideo.ZLEditImageModel? = nil, cancel: (() -> Swift.Void)? = nil, completion: ((UIKit.UIImage, HHSDKVideo.ZLEditImageModel?) -> Swift.Void)?)
@objc @_Concurrency.MainActor(unsafe) public init(image: UIKit.UIImage, editModel: HHSDKVideo.ZLEditImageModel? = nil)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic open func viewDidLayoutSubviews()
}
extension HHSDKVideo.ZLEditImageViewController : UIKit.UIGestureRecognizerDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizerShouldBegin(_ gestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool
}
extension HHSDKVideo.ZLEditImageViewController : UIKit.UIScrollViewDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView?
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView)
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat)
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView)
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView)
}
extension HHSDKVideo.ZLEditImageViewController : UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, didSelectItemAt indexPath: Foundation.IndexPath)
}
@objc @_hasMissingDesignatedInitializers public class ZLDrawPath : ObjectiveC.NSObject {
@objc deinit
}
@objc @_hasMissingDesignatedInitializers public class ZLMosaicPath : ObjectiveC.NSObject {
@objc deinit
}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class ZLEditVideoViewController : UIKit.UIViewController {
@objc @_Concurrency.MainActor(unsafe) public var editFinishBlock: ((Foundation.URL?) -> Swift.Void)?
@_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public var supportedInterfaceOrientations: UIKit.UIInterfaceOrientationMask {
@objc get
}
@objc deinit
@objc @_Concurrency.MainActor(unsafe) public init(avAsset: AVFoundation.AVAsset, animateDismiss: Swift.Bool = false)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLayoutSubviews()
}
extension HHSDKVideo.ZLEditVideoViewController : UIKit.UIGestureRecognizerDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func gestureRecognizerShouldBegin(_ gestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool
}
extension HHSDKVideo.ZLEditVideoViewController : UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegateFlowLayout {
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView)
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath)
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ZLEnlargeButton : UIKit.UIButton {
@_Concurrency.MainActor(unsafe) public var enlargeInsets: UIKit.UIEdgeInsets
@_Concurrency.MainActor(unsafe) public var enlargeInset: CoreFoundation.CGFloat {
get
set
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public func point(inside point: CoreFoundation.CGPoint, with event: UIKit.UIEvent?) -> Swift.Bool
@_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@objc deinit
}
public typealias ZLFilterApplierType = ((_ image: UIKit.UIImage) -> UIKit.UIImage)
@objc public enum ZLFilterType : Swift.Int {
case normal
case chrome
case fade
case instant
case process
case transfer
case tone
case linear
case sepia
case mono
case noir
case tonal
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc public class ZLFilter : ObjectiveC.NSObject {
public var name: Swift.String
@objc public init(name: Swift.String, filterType: HHSDKVideo.ZLFilterType)
@objc public init(name: Swift.String, applier: HHSDKVideo.ZLFilterApplierType?)
@objc deinit
}
extension HHSDKVideo.ZLFilter {
@objc public static let all: [HHSDKVideo.ZLFilter]
@objc public static let normal: HHSDKVideo.ZLFilter
@objc public static let clarendon: HHSDKVideo.ZLFilter
@objc public static let nashville: HHSDKVideo.ZLFilter
@objc public static let apply1977: HHSDKVideo.ZLFilter
@objc public static let toaster: HHSDKVideo.ZLFilter
@objc public static let chrome: HHSDKVideo.ZLFilter
@objc public static let fade: HHSDKVideo.ZLFilter
@objc public static let instant: HHSDKVideo.ZLFilter
@objc public static let process: HHSDKVideo.ZLFilter
@objc public static let transfer: HHSDKVideo.ZLFilter
@objc public static let tone: HHSDKVideo.ZLFilter
@objc public static let linear: HHSDKVideo.ZLFilter
@objc public static let sepia: HHSDKVideo.ZLFilter
@objc public static let mono: HHSDKVideo.ZLFilter
@objc public static let noir: HHSDKVideo.ZLFilter
@objc public static let tonal: HHSDKVideo.ZLFilter
}
@objc public enum ZLURLType : Swift.Int {
case image
case video
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class ZLImagePreviewController : UIKit.UIViewController {
@objc @_Concurrency.MainActor(unsafe) public var longPressBlock: ((HHSDKVideo.ZLImagePreviewController?, UIKit.UIImage?, Swift.Int) -> Swift.Void)?
@objc @_Concurrency.MainActor(unsafe) public var doneBlock: (([Any]) -> Swift.Void)?
@objc @_Concurrency.MainActor(unsafe) public var videoHttpHeader: [Swift.String : Any]?
@_Concurrency.MainActor(unsafe) @objc override dynamic public var prefersStatusBarHidden: Swift.Bool {
@objc get
}
@_Concurrency.MainActor(unsafe) @objc override dynamic public var preferredStatusBarStyle: UIKit.UIStatusBarStyle {
@objc get
}
@objc @_Concurrency.MainActor(unsafe) public init(datas: [Any], index: Swift.Int = 0, showSelectBtn: Swift.Bool = true, showBottomView: Swift.Bool = true, urlType: ((Foundation.URL) -> HHSDKVideo.ZLURLType)? = nil, urlImageLoader: ((Foundation.URL, UIKit.UIImageView, @escaping (CoreFoundation.CGFloat) -> Swift.Void, @escaping () -> Swift.Void) -> Swift.Void)? = nil)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLoad()
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidAppear(_ animated: Swift.Bool)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func viewDidLayoutSubviews()
@objc deinit
}
extension HHSDKVideo.ZLImagePreviewController {
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView)
@_Concurrency.MainActor(unsafe) @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView)
}
extension HHSDKVideo.ZLImagePreviewController : UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegateFlowLayout {
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, didEndDisplaying cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath)
}
@objc @_hasMissingDesignatedInitializers public class ZLImageStickerState : ObjectiveC.NSObject {
@objc deinit
}
@objc public enum ZLLanguageType : Swift.Int {
case system
case chineseSimplified
case chineseTraditional
case english
case japanese
case french
case german
case russian
case vietnamese
case korean
case malay
case italian
case indonesian
case portuguese
case spanish
case turkish
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
public struct ZLLocalLanguageKey : Swift.Hashable {
public let rawValue: Swift.String
public init(rawValue: Swift.String)
public static let previewCamera: HHSDKVideo.ZLLocalLanguageKey
public static let previewCameraRecord: HHSDKVideo.ZLLocalLanguageKey
public static let previewAlbum: HHSDKVideo.ZLLocalLanguageKey
public static let cancel: HHSDKVideo.ZLLocalLanguageKey
public static let noPhotoTips: HHSDKVideo.ZLLocalLanguageKey
public static let loading: HHSDKVideo.ZLLocalLanguageKey
public static let hudLoading: HHSDKVideo.ZLLocalLanguageKey
public static let done: HHSDKVideo.ZLLocalLanguageKey
public static let ok: HHSDKVideo.ZLLocalLanguageKey
public static let timeout: HHSDKVideo.ZLLocalLanguageKey
public static let noPhotoLibratyAuthority: HHSDKVideo.ZLLocalLanguageKey
public static let noCameraAuthority: HHSDKVideo.ZLLocalLanguageKey
public static let noMicrophoneAuthority: HHSDKVideo.ZLLocalLanguageKey
public static let cameraUnavailable: HHSDKVideo.ZLLocalLanguageKey
public static let keepRecording: HHSDKVideo.ZLLocalLanguageKey
public static let gotoSettings: HHSDKVideo.ZLLocalLanguageKey
public static let photo: HHSDKVideo.ZLLocalLanguageKey
public static let originalPhoto: HHSDKVideo.ZLLocalLanguageKey
public static let back: HHSDKVideo.ZLLocalLanguageKey
public static let edit: HHSDKVideo.ZLLocalLanguageKey
public static let editFinish: HHSDKVideo.ZLLocalLanguageKey
public static let revert: HHSDKVideo.ZLLocalLanguageKey
public static let brightness: HHSDKVideo.ZLLocalLanguageKey
public static let contrast: HHSDKVideo.ZLLocalLanguageKey
public static let saturation: HHSDKVideo.ZLLocalLanguageKey
public static let preview: HHSDKVideo.ZLLocalLanguageKey
public static let notAllowMixSelect: HHSDKVideo.ZLLocalLanguageKey
public static let save: HHSDKVideo.ZLLocalLanguageKey
public static let saveImageError: HHSDKVideo.ZLLocalLanguageKey
public static let saveVideoError: HHSDKVideo.ZLLocalLanguageKey
public static let exceededMaxSelectCount: HHSDKVideo.ZLLocalLanguageKey
public static let exceededMaxVideoSelectCount: HHSDKVideo.ZLLocalLanguageKey
public static let lessThanMinVideoSelectCount: HHSDKVideo.ZLLocalLanguageKey
public static let longerThanMaxVideoDuration: HHSDKVideo.ZLLocalLanguageKey
public static let shorterThanMaxVideoDuration: HHSDKVideo.ZLLocalLanguageKey
public static let iCloudVideoLoadFaild: HHSDKVideo.ZLLocalLanguageKey
public static let imageLoadFailed: HHSDKVideo.ZLLocalLanguageKey
public static let customCameraTips: HHSDKVideo.ZLLocalLanguageKey
public static let customCameraTakePhotoTips: HHSDKVideo.ZLLocalLanguageKey
public static let customCameraRecordVideoTips: HHSDKVideo.ZLLocalLanguageKey
public static let minRecordTimeTips: HHSDKVideo.ZLLocalLanguageKey
public static let cameraRoll: HHSDKVideo.ZLLocalLanguageKey
public static let panoramas: HHSDKVideo.ZLLocalLanguageKey
public static let videos: HHSDKVideo.ZLLocalLanguageKey
public static let favorites: HHSDKVideo.ZLLocalLanguageKey
public static let timelapses: HHSDKVideo.ZLLocalLanguageKey
public static let recentlyAdded: HHSDKVideo.ZLLocalLanguageKey
public static let bursts: HHSDKVideo.ZLLocalLanguageKey
public static let slomoVideos: HHSDKVideo.ZLLocalLanguageKey
public static let selfPortraits: HHSDKVideo.ZLLocalLanguageKey
public static let screenshots: HHSDKVideo.ZLLocalLanguageKey
public static let depthEffect: HHSDKVideo.ZLLocalLanguageKey
public static let livePhotos: HHSDKVideo.ZLLocalLanguageKey
public static let animated: HHSDKVideo.ZLLocalLanguageKey
public static let myPhotoStream: HHSDKVideo.ZLLocalLanguageKey
public static let noTitleAlbumListPlaceholder: HHSDKVideo.ZLLocalLanguageKey
public static let unableToAccessAllPhotos: HHSDKVideo.ZLLocalLanguageKey
public static let textStickerRemoveTips: HHSDKVideo.ZLLocalLanguageKey
public func hash(into hasher: inout Swift.Hasher)
public static func == (a: HHSDKVideo.ZLLocalLanguageKey, b: HHSDKVideo.ZLLocalLanguageKey) -> Swift.Bool
public var hashValue: Swift.Int {
get
}
}
public typealias Second = Swift.Int
@objc @_inheritsConvenienceInitializers public class ZLPhotoConfiguration : ObjectiveC.NSObject {
@objc public class func `default`() -> HHSDKVideo.ZLPhotoConfiguration
@objc public class func resetConfiguration()
@objc public var sortAscending: Swift.Bool
@objc public var maxSelectCount: Swift.Int {
@objc get
@objc set
}
@objc public var maxVideoSelectCount: Swift.Int {
@objc get
@objc set
}
@objc public var minVideoSelectCount: Swift.Int {
@objc get
@objc set
}
@objc public var allowMixSelect: Swift.Bool
@objc public var maxPreviewCount: Swift.Int
@objc public var cellCornerRadio: CoreFoundation.CGFloat
@objc public var allowSelectImage: Swift.Bool
@objc public var allowSelectVideo: Swift.Bool
@objc public var allowSelectGif: Swift.Bool
@objc public var allowSelectLivePhoto: Swift.Bool
@objc public var allowTakePhotoInLibrary: Swift.Bool {
@objc get
@objc set
}
@objc public var allowEditImage: Swift.Bool {
@objc get
@objc set
}
@objc public var allowEditVideo: Swift.Bool {
@objc get
@objc set
}
@objc public var animateSelectBtnWhenSelect: Swift.Bool
@objc public var selectBtnAnimationDuration: Swift.Double
@objc public var editAfterSelectThumbnailImage: Swift.Bool
@objc public var cropVideoAfterSelectThumbnail: Swift.Bool
@objc public var showClipDirectlyIfOnlyHasClipTool: Swift.Bool
@objc public var saveNewImageAfterEdit: Swift.Bool
@objc public var allowSlideSelect: Swift.Bool
@objc public var autoScrollWhenSlideSelectIsActive: Swift.Bool
@objc public var autoScrollMaxSpeed: CoreFoundation.CGFloat
@objc public var allowDragSelect: Swift.Bool
@objc public var allowSelectOriginal: Swift.Bool
@objc public var allowPreviewPhotos: Swift.Bool
@objc public var showPreviewButtonInAlbum: Swift.Bool
@objc public var showSelectCountOnDoneBtn: Swift.Bool
@objc public var columnCount: Swift.Int {
@objc get
@objc set
}
@objc public var maxEditVideoTime: Swift.Int
@objc public var maxSelectVideoDuration: Swift.Int
@objc public var minSelectVideoDuration: Swift.Int
@objc public var editImageConfiguration: HHSDKVideo.ZLEditImageConfiguration
@objc public var showCaptureImageOnTakePhotoBtn: Swift.Bool
@objc public var showSelectBtnWhenSingleSelect: Swift.Bool
@objc public var showSelectedMask: Swift.Bool
@objc public var showSelectedBorder: Swift.Bool
@objc public var showInvalidMask: Swift.Bool
@objc public var showSelectedIndex: Swift.Bool
@objc public var showSelectedPhotoPreview: Swift.Bool
@objc public var shouldAnialysisAsset: Swift.Bool
@objc public var timeout: Swift.Double
@objc public var languageType: HHSDKVideo.ZLLanguageType {
@objc get
@objc set
}
@objc public var useCustomCamera: Swift.Bool
@objc public var allowTakePhoto: Swift.Bool {
@objc get
@objc set
}
@objc public var allowRecordVideo: Swift.Bool {
@objc get
@objc set
}
@objc public var minRecordDuration: HHSDKVideo.Second {
@objc get
@objc set
}
@objc public var maxRecordDuration: HHSDKVideo.Second {
@objc get
@objc set
}
@objc public var cameraConfiguration: HHSDKVideo.ZLCameraConfiguration
@objc public var hudStyle: HHSDKVideo.ZLProgressHUD.HUDStyle
@objc public var canSelectAsset: ((Photos.PHAsset) -> Swift.Bool)?
@objc public var showAddPhotoButton: Swift.Bool
@objc public var showEnterSettingTips: Swift.Bool
@objc public var noAuthorityCallback: ((HHSDKVideo.ZLNoAuthorityType) -> Swift.Void)?
@objc public var operateBeforeDoneAction: ((UIKit.UIViewController, @escaping () -> Swift.Void) -> Swift.Void)?
@objc override dynamic public init()
@objc deinit
}
@objc public enum ZLNoAuthorityType : Swift.Int {
case library
case camera
case microphone
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
extension HHSDKVideo.ZLPhotoConfiguration {
@discardableResult
public func sortAscending(_ ascending: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func maxSelectCount(_ count: Swift.Int) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func maxVideoSelectCount(_ count: Swift.Int) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func minVideoSelectCount(_ count: Swift.Int) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowMixSelect(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func maxPreviewCount(_ count: Swift.Int) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func cellCornerRadio(_ cornerRadio: CoreFoundation.CGFloat) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowSelectImage(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
@objc dynamic public func allowSelectVideo(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowSelectGif(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowSelectLivePhoto(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowTakePhotoInLibrary(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowEditImage(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowEditVideo(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func animateSelectBtnWhenSelect(_ animate: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func selectBtnAnimationDuration(_ duration: CoreFoundation.CFTimeInterval) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func editAfterSelectThumbnailImage(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func cropVideoAfterSelectThumbnail(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showClipDirectlyIfOnlyHasClipTool(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func saveNewImageAfterEdit(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowSlideSelect(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func autoScrollWhenSlideSelectIsActive(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func autoScrollMaxSpeed(_ speed: CoreFoundation.CGFloat) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowDragSelect(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowSelectOriginal(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowPreviewPhotos(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showPreviewButtonInAlbum(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showSelectCountOnDoneBtn(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func columnCount(_ count: Swift.Int) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func maxEditVideoTime(_ second: HHSDKVideo.Second) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func maxSelectVideoDuration(_ duration: HHSDKVideo.Second) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func minSelectVideoDuration(_ duration: HHSDKVideo.Second) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func editImageConfiguration(_ configuration: HHSDKVideo.ZLEditImageConfiguration) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showCaptureImageOnTakePhotoBtn(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showSelectBtnWhenSingleSelect(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showSelectedMask(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showSelectedBorder(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showInvalidMask(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showSelectedIndex(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func showSelectedPhotoPreview(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func shouldAnialysisAsset(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func timeout(_ timeout: Foundation.TimeInterval) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func languageType(_ type: HHSDKVideo.ZLLanguageType) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func useCustomCamera(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowTakePhoto(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func allowRecordVideo(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func minRecordDuration(_ duration: HHSDKVideo.Second) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func maxRecordDuration(_ duration: HHSDKVideo.Second) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func cameraConfiguration(_ configuration: HHSDKVideo.ZLCameraConfiguration) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
public func hudStyle(_ style: HHSDKVideo.ZLProgressHUD.HUDStyle) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
@objc dynamic public func canSelectAsset(_ block: ((Photos.PHAsset) -> Swift.Bool)?) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
@objc dynamic public func showAddPhotoButton(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
@objc dynamic public func showEnterSettingTips(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
@objc dynamic public func noAuthorityCallback(_ callback: ((HHSDKVideo.ZLNoAuthorityType) -> Swift.Void)?) -> HHSDKVideo.ZLPhotoConfiguration
@discardableResult
@objc dynamic public func operateBeforeDoneAction(_ block: ((UIKit.UIViewController, @escaping () -> Swift.Void) -> Swift.Void)?) -> HHSDKVideo.ZLPhotoConfiguration
}
@objc @_inheritsConvenienceInitializers public class ZLPhotoManager : ObjectiveC.NSObject {
@objc public class func saveImageToAlbum(image: UIKit.UIImage, completion: ((Swift.Bool, Photos.PHAsset?) -> Swift.Void)?)
@objc public class func saveVideoToAlbum(url: Foundation.URL, completion: ((Swift.Bool, Photos.PHAsset?) -> Swift.Void)?)
@objc public class func fetchPhoto(in result: Photos.PHFetchResult<Photos.PHAsset>, ascending: Swift.Bool, allowSelectImage: Swift.Bool, allowSelectVideo: Swift.Bool, limitCount: Swift.Int = .max) -> [HHSDKVideo.ZLPhotoModel]
@objc public class func getPhotoAlbumList(ascending: Swift.Bool, allowSelectImage: Swift.Bool, allowSelectVideo: Swift.Bool, completion: ([HHSDKVideo.ZLAlbumListModel]) -> Swift.Void)
@objc public class func getCameraRollAlbum(allowSelectImage: Swift.Bool, allowSelectVideo: Swift.Bool, completion: @escaping (HHSDKVideo.ZLAlbumListModel) -> Swift.Void)
@discardableResult
@objc public class func fetchImage(for asset: Photos.PHAsset, size: CoreFoundation.CGSize, progress: ((CoreFoundation.CGFloat, Swift.Error?, Swift.UnsafeMutablePointer<ObjectiveC.ObjCBool>, [Swift.AnyHashable : Any]?) -> Swift.Void)? = nil, completion: @escaping (UIKit.UIImage?, Swift.Bool) -> Swift.Void) -> Photos.PHImageRequestID
@discardableResult
@objc public class func fetchOriginalImage(for asset: Photos.PHAsset, progress: ((CoreFoundation.CGFloat, Swift.Error?, Swift.UnsafeMutablePointer<ObjectiveC.ObjCBool>, [Swift.AnyHashable : Any]?) -> Swift.Void)? = nil, completion: @escaping (UIKit.UIImage?, Swift.Bool) -> Swift.Void) -> Photos.PHImageRequestID
@discardableResult
@objc public class func fetchOriginalImageData(for asset: Photos.PHAsset, progress: ((CoreFoundation.CGFloat, Swift.Error?, Swift.UnsafeMutablePointer<ObjectiveC.ObjCBool>, [Swift.AnyHashable : Any]?) -> Swift.Void)? = nil, completion: @escaping (Foundation.Data, [Swift.AnyHashable : Any]?, Swift.Bool) -> Swift.Void) -> Photos.PHImageRequestID
@objc public class func fetchLivePhoto(for asset: Photos.PHAsset, completion: @escaping (Photos.PHLivePhoto?, [Swift.AnyHashable : Any]?, Swift.Bool) -> Swift.Void) -> Photos.PHImageRequestID
@objc public class func fetchVideo(for asset: Photos.PHAsset, progress: ((CoreFoundation.CGFloat, Swift.Error?, Swift.UnsafeMutablePointer<ObjectiveC.ObjCBool>, [Swift.AnyHashable : Any]?) -> Swift.Void)? = nil, completion: @escaping (AVFoundation.AVPlayerItem?, [Swift.AnyHashable : Any]?, Swift.Bool) -> Swift.Void) -> Photos.PHImageRequestID
@objc public class func fetchAVAsset(forVideo asset: Photos.PHAsset, completion: @escaping (AVFoundation.AVAsset?, [Swift.AnyHashable : Any]?) -> Swift.Void) -> Photos.PHImageRequestID
@objc public class func fetchAssetFilePath(asset: Photos.PHAsset, completion: @escaping (Swift.String?) -> Swift.Void)
@objc override dynamic public init()
@objc deinit
}
extension HHSDKVideo.ZLPhotoManager {
@objc dynamic public class func hasPhotoLibratyAuthority() -> Swift.Bool
@objc dynamic public class func hasCameraAuthority() -> Swift.Bool
@objc dynamic public class func hasMicrophoneAuthority() -> Swift.Bool
}
extension HHSDKVideo.ZLPhotoModel {
public enum MediaType : Swift.Int {
case unknown
case image
case gif
case livePhoto
case video
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
}
@objc public class ZLPhotoModel : ObjectiveC.NSObject {
final public let ident: Swift.String
final public let asset: Photos.PHAsset
public var type: HHSDKVideo.ZLPhotoModel.MediaType
public var duration: Swift.String
public var isSelected: Swift.Bool
public var editImage: UIKit.UIImage? {
get
set
}
public var second: HHSDKVideo.Second {
get
}
public var whRatio: CoreFoundation.CGFloat {
get
}
public var previewSize: CoreFoundation.CGSize {
get
}
public var editImageModel: HHSDKVideo.ZLEditImageModel?
public init(asset: Photos.PHAsset)
public func transformAssetType(for asset: Photos.PHAsset) -> HHSDKVideo.ZLPhotoModel.MediaType
public func transformDuration(for asset: Photos.PHAsset) -> Swift.String
@objc deinit
}
extension HHSDKVideo.ZLPhotoModel {
public static func == (lhs: HHSDKVideo.ZLPhotoModel, rhs: HHSDKVideo.ZLPhotoModel) -> Swift.Bool
}
@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) public class ZLPhotoPreviewSheet : UIKit.UIView {
@objc @_Concurrency.MainActor(unsafe) public var selectImageBlock: (([HHSDKVideo.HHPhotoPickerModel], Swift.Bool) -> Swift.Void)?
@objc @_Concurrency.MainActor(unsafe) public var selectImageRequestErrorBlock: (([Photos.PHAsset], [Swift.Int]) -> Swift.Void)?
@objc @_Concurrency.MainActor(unsafe) public var cancelBlock: (() -> Swift.Void)?
@objc deinit
@_Concurrency.MainActor(unsafe) @objc convenience override dynamic public init(frame: CoreFoundation.CGRect)
@objc @_Concurrency.MainActor(unsafe) public init(selectedAssets: [Photos.PHAsset]? = nil)
@_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder)
@_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews()
@objc @_Concurrency.MainActor(unsafe) public func showPreview(animate: Swift.Bool = true, sender: UIKit.UIViewController)
@objc @_Concurrency.MainActor(unsafe) public func showPhotoLibrary(sender: UIKit.UIViewController)
@objc @_Concurrency.MainActor(unsafe) public func previewAssets(sender: UIKit.UIViewController, assets: [Photos.PHAsset], index: Swift.Int, isOriginal: Swift.Bool, showBottomViewAndSelectBtn: Swift.Bool = true)
}
extension HHSDKVideo.ZLPhotoPreviewSheet : UIKit.UIGestureRecognizerDelegate {
@_Concurrency.MainActor(unsafe) @objc override dynamic public func gestureRecognizerShouldBegin(_ gestureRecognizer: UIKit.UIGestureRecognizer) -> Swift.Bool
}
extension HHSDKVideo.ZLPhotoPreviewSheet : UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegateFlowLayout {
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, numberOfItemsInSection section: Swift.Int) -> Swift.Int
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, cellForItemAt indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, willDisplay cell: UIKit.UICollectionViewCell, forItemAt indexPath: Foundation.IndexPath)
@_Concurrency.MainActor(unsafe) @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, didSelectItemAt indexPath: Foundation.IndexPath)
}
extension HHSDKVideo.ZLPhotoPreviewSheet : UIKit.UIImagePickerControllerDelegate, UIKit.UINavigationControllerDelegate {
@_Concurrency.MainActor(unsafe) @objc dynamic public func imagePickerController(_ picker: UIKit.UIImagePickerController, didFinishPickingMediaWithInfo info: [UIKit.UIImagePickerController.InfoKey : Any])
}
extension HHSDKVideo.ZLPhotoPreviewSheet : Photos.PHPhotoLibraryChangeObserver {
@_Concurrency.MainActor(unsafe) @objc dynamic public func photoLibraryDidChange(_ changeInstance: Photos.PHChange)
}
@objc @_inheritsConvenienceInitializers public class ZLPhotoUIConfiguration : ObjectiveC.NSObject {
@objc public enum CancelButtonStyle : Swift.Int {
case text
case image
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc public class func `default`() -> HHSDKVideo.ZLPhotoUIConfiguration
@objc public class func resetConfiguration()
@objc public var style: HHSDKVideo.ZLPhotoBrowserStyle
@objc public var statusBarStyle: UIKit.UIStatusBarStyle
@objc public var navCancelButtonStyle: HHSDKVideo.ZLPhotoUIConfiguration.CancelButtonStyle
@objc public var showStatusBarInPreviewInterface: Swift.Bool
@objc public var navViewBlurEffectOfAlbumList: UIKit.UIBlurEffect?
@objc public var navViewBlurEffectOfPreview: UIKit.UIBlurEffect?
@objc public var bottomViewBlurEffectOfAlbumList: UIKit.UIBlurEffect?
@objc public var bottomViewBlurEffectOfPreview: UIKit.UIBlurEffect?
@objc public var customImageNames: [Swift.String] {
@objc get
@objc set
}
public var customImageForKey: [Swift.String : UIKit.UIImage?] {
get
set
}
@objc public var customImageForKey_objc: [Swift.String : UIKit.UIImage] {
@objc get
@objc set
}
public var customLanguageKeyValue: [HHSDKVideo.ZLLocalLanguageKey : Swift.String] {
get
set
}
@objc public var customLanguageKeyValue_objc: [Swift.String : Swift.String] {
@objc get
@objc set
}
@objc public var themeFontName: Swift.String? {
@objc get
@objc set
}
@objc public var sheetTranslucentColor: UIKit.UIColor
@objc public var sheetBtnBgColor: UIKit.UIColor
@objc public var sheetBtnTitleColor: UIKit.UIColor
@objc public var sheetBtnTitleTintColor: UIKit.UIColor
@objc public var navBarColor: UIKit.UIColor
@objc public var navBarColorOfPreviewVC: UIKit.UIColor
@objc public var navTitleColor: UIKit.UIColor
@objc public var navTitleColorOfPreviewVC: UIKit.UIColor
@objc public var navEmbedTitleViewBgColor: UIKit.UIColor
@objc public var albumListBgColor: UIKit.UIColor
@objc public var embedAlbumListTranslucentColor: UIKit.UIColor
@objc public var albumListTitleColor: UIKit.UIColor
@objc public var albumListCountColor: UIKit.UIColor
@objc public var separatorColor: UIKit.UIColor
@objc public var thumbnailBgColor: UIKit.UIColor
@objc public var previewVCBgColor: UIKit.UIColor
@objc public var bottomToolViewBgColor: UIKit.UIColor
@objc public var bottomToolViewBgColorOfPreviewVC: UIKit.UIColor
@objc public var bottomToolViewBtnNormalTitleColor: UIKit.UIColor
@objc public var bottomToolViewDoneBtnNormalTitleColor: UIKit.UIColor
@objc public var bottomToolViewBtnNormalTitleColorOfPreviewVC: UIKit.UIColor
@objc public var bottomToolViewDoneBtnNormalTitleColorOfPreviewVC: UIKit.UIColor
@objc public var bottomToolViewBtnDisableTitleColor: UIKit.UIColor
@objc public var bottomToolViewDoneBtnDisableTitleColor: UIKit.UIColor
@objc public var bottomToolViewBtnDisableTitleColorOfPreviewVC: UIKit.UIColor
@objc public var bottomToolViewDoneBtnDisableTitleColorOfPreviewVC: UIKit.UIColor
@objc public var bottomToolViewBtnNormalBgColor: UIKit.UIColor
@objc public var bottomToolViewBtnNormalBgColorOfPreviewVC: UIKit.UIColor
@objc public var bottomToolViewBtnDisableBgColor: UIKit.UIColor
@objc public var bottomToolViewBtnDisableBgColorOfPreviewVC: UIKit.UIColor
@objc public var selectMorePhotoWhenAuthIsLismitedTitleColor: UIKit.UIColor
@objc public var cameraRecodeProgressColor: UIKit.UIColor
@objc public var selectedMaskColor: UIKit.UIColor
@objc public var selectedBorderColor: UIKit.UIColor
@objc public var invalidMaskColor: UIKit.UIColor
@objc public var indexLabelTextColor: UIKit.UIColor
@objc public var indexLabelBgColor: UIKit.UIColor
@objc public var cameraCellBgColor: UIKit.UIColor
@objc public var adjustSliderNormalColor: UIKit.UIColor
@objc public var adjustSliderTintColor: UIKit.UIColor
@objc override dynamic public init()
@objc deinit
}
@objc public enum ZLPhotoBrowserStyle : Swift.Int {
case embedAlbumList
case externalAlbumList
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
extension HHSDKVideo.ZLPhotoUIConfiguration {
@discardableResult
public func style(_ style: HHSDKVideo.ZLPhotoBrowserStyle) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func statusBarStyle(_ statusBarStyle: UIKit.UIStatusBarStyle) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func navCancelButtonStyle(_ style: HHSDKVideo.ZLPhotoUIConfiguration.CancelButtonStyle) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func showStatusBarInPreviewInterface(_ value: Swift.Bool) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func navViewBlurEffectOfAlbumList(_ effect: UIKit.UIBlurEffect?) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func navViewBlurEffectOfPreview(_ effect: UIKit.UIBlurEffect?) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomViewBlurEffectOfAlbumList(_ effect: UIKit.UIBlurEffect?) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomViewBlurEffectOfPreview(_ effect: UIKit.UIBlurEffect?) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func customImageNames(_ names: [Swift.String]) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func customImageForKey(_ map: [Swift.String : UIKit.UIImage?]) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func customLanguageKeyValue(_ map: [HHSDKVideo.ZLLocalLanguageKey : Swift.String]) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func themeFontName(_ name: Swift.String) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func sheetTranslucentColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func sheetBtnBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func sheetBtnTitleColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func sheetBtnTitleTintColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func navBarColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func navBarColorOfPreviewVC(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func navTitleColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func navTitleColorOfPreviewVC(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func navEmbedTitleViewBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func albumListBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func embedAlbumListTranslucentColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func albumListTitleColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func albumListCountColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func separatorColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func thumbnailBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func previewVCBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBgColorOfPreviewVC(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBtnNormalTitleColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewDoneBtnNormalTitleColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBtnNormalTitleColorOfPreviewVC(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewDoneBtnNormalTitleColorOfPreviewVC(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBtnDisableTitleColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewDoneBtnDisableTitleColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBtnDisableTitleColorOfPreviewVC(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewDoneBtnDisableTitleColorOfPreviewVC(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBtnNormalBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBtnNormalBgColorOfPreviewVC(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBtnDisableBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func bottomToolViewBtnDisableBgColorOfPreviewVC(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func selectMorePhotoWhenAuthIsLismitedTitleColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func cameraRecodeProgressColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func selectedMaskColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func selectedBorderColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func invalidMaskColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func indexLabelTextColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func indexLabelBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func cameraCellBgColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func adjustSliderNormalColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
@discardableResult
public func adjustSliderTintColor(_ color: UIKit.UIColor) -> HHSDKVideo.ZLPhotoUIConfiguration
}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class ZLProgressHUD : UIKit.UIView {
@objc public enum HUDStyle : Swift.Int {
case light
case lightBlur
case dark
case darkBlur
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
@objc deinit
@objc @_Concurrency.MainActor(unsafe) public init(style: HHSDKVideo.ZLProgressHUD.HUDStyle)
@objc @_Concurrency.MainActor(unsafe) public func show(timeout: Foundation.TimeInterval = 100)
@objc @_Concurrency.MainActor(unsafe) public func hide()
}
@objc @_hasMissingDesignatedInitializers public class ZLTextStickerState : ObjectiveC.NSObject {
@objc deinit
}
@objc @_inheritsConvenienceInitializers public class ZLVideoManager : ObjectiveC.NSObject {
@objc public class func mergeVideos(fileUrls: [Foundation.URL], completion: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void))
@objc override dynamic public init()
@objc deinit
}
extension HHSDKVideo.ZLVideoManager {
@objc dynamic public class func exportVideo(for asset: Photos.PHAsset, exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPreset1920x1080, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void))
@objc dynamic public class func exportVideo(for asset: AVFoundation.AVAsset, range: CoreMedia.CMTimeRange = CMTimeRange(start: .zero, duration: .positiveInfinity), exportType: HHSDKVideo.ZLVideoManager.ExportType = .mp4, presetName: Swift.String = AVAssetExportPresetMediumQuality, complete: @escaping ((Foundation.URL?, Swift.Error?) -> Swift.Void))
}
extension HHSDKVideo.ZLVideoManager {
@objc public enum ExportType : Swift.Int {
case mov
case mp4
public init?(rawValue: Swift.Int)
public typealias RawValue = Swift.Int
public var rawValue: Swift.Int {
get
}
}
}
extension HHSDKVideo.AES.Error : Swift.Equatable {}
extension HHSDKVideo.AES.Error : Swift.Hashable {}
extension HHSDKVideo.AES.Variant : Swift.Equatable {}
extension HHSDKVideo.AES.Variant : Swift.Hashable {}
extension HHSDKVideo.AES.Variant : Swift.RawRepresentable {}
extension HHSDKVideo.Bit : Swift.Equatable {}
extension HHSDKVideo.Bit : Swift.Hashable {}
extension HHSDKVideo.Bit : Swift.RawRepresentable {}
extension HHSDKVideo.Blowfish.Error : Swift.Equatable {}
extension HHSDKVideo.Blowfish.Error : Swift.Hashable {}
extension HHSDKVideo.CBC.Error : Swift.Equatable {}
extension HHSDKVideo.CBC.Error : Swift.Hashable {}
extension HHSDKVideo.CCM : HHSDKVideo.BlockMode {}
extension HHSDKVideo.CCM.Error : Swift.Equatable {}
extension HHSDKVideo.CCM.Error : Swift.Hashable {}
extension HHSDKVideo.CFB.Error : Swift.Equatable {}
extension HHSDKVideo.CFB.Error : Swift.Hashable {}
extension HHSDKVideo.ChaCha20.Error : Swift.Equatable {}
extension HHSDKVideo.ChaCha20.Error : Swift.Hashable {}
extension HHSDKVideo.CipherError : Swift.Equatable {}
extension HHSDKVideo.CipherError : Swift.Hashable {}
extension HHSDKVideo.CMAC.Error : Swift.Equatable {}
extension HHSDKVideo.CMAC.Error : Swift.Hashable {}
extension HHSDKVideo.CTR : HHSDKVideo.BlockMode {}
extension HHSDKVideo.CTR.Error : Swift.Equatable {}
extension HHSDKVideo.CTR.Error : Swift.Hashable {}
extension HHSDKVideo.DateTransform.Unit : Swift.Equatable {}
extension HHSDKVideo.DateTransform.Unit : Swift.Hashable {}
extension HHSDKVideo.DateTransform.Unit : Swift.RawRepresentable {}
extension HHSDKVideo.DGElasticPullToRefreshState : Swift.Equatable {}
extension HHSDKVideo.DGElasticPullToRefreshState : Swift.Hashable {}
extension HHSDKVideo.DGElasticPullToRefreshState : Swift.RawRepresentable {}
extension HHSDKVideo.EKAlertMessage.ImagePosition : Swift.Equatable {}
extension HHSDKVideo.EKAlertMessage.ImagePosition : Swift.Hashable {}
extension HHSDKVideo.EKAttributes.Animation.Translate.AnchorPosition : Swift.Hashable {}
extension HHSDKVideo.EKAttributes.DisplayMode : Swift.Equatable {}
extension HHSDKVideo.EKAttributes.DisplayMode : Swift.Hashable {}
extension HHSDKVideo.EKAttributes.NotificationHapticFeedback : Swift.Equatable {}
extension HHSDKVideo.EKAttributes.NotificationHapticFeedback : Swift.Hashable {}
extension HHSDKVideo.EKAttributes.Position : Swift.Equatable {}
extension HHSDKVideo.EKAttributes.Position : Swift.Hashable {}
extension HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation : Swift.Equatable {}
extension HHSDKVideo.EKAttributes.PositionConstraints.Rotation.SupportedInterfaceOrientation : Swift.Hashable {}
extension HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic : Swift.Equatable {}
extension HHSDKVideo.EKAttributes.Precedence.QueueingHeuristic : Swift.Hashable {}
extension HHSDKVideo.EKAttributes.StatusBar : Swift.Equatable {}
extension HHSDKVideo.EKAttributes.StatusBar : Swift.Hashable {}
extension HHSDKVideo.GCM.Mode : Swift.Equatable {}
extension HHSDKVideo.GCM.Mode : Swift.Hashable {}
extension HHSDKVideo.GCM.Error : Swift.Equatable {}
extension HHSDKVideo.GCM.Error : Swift.Hashable {}
extension HHSDKVideo.HHHostType : Swift.Equatable {}
extension HHSDKVideo.HHHostType : Swift.Hashable {}
extension HHSDKVideo.HHBaseCallingState : Swift.Equatable {}
extension HHSDKVideo.HHBaseCallingState : Swift.Hashable {}
extension HHSDKVideo.HHBaseCallingState : Swift.RawRepresentable {}
extension HHSDKVideo.HHMediaType : Swift.Equatable {}
extension HHSDKVideo.HHMediaType : Swift.Hashable {}
extension HHSDKVideo.HHMediaType : Swift.RawRepresentable {}
extension HHSDKVideo.DateFormat : Swift.Equatable {}
extension HHSDKVideo.DateFormat : Swift.Hashable {}
extension HHSDKVideo.DateFormat : Swift.RawRepresentable {}
extension HHSDKVideo.HHConsType : Swift.Equatable {}
extension HHSDKVideo.HHConsType : Swift.Hashable {}
extension HHSDKVideo.HHConsType : Swift.RawRepresentable {}
extension HHSDKVideo.HHFileCacheManager.HHAssetPathType : Swift.Equatable {}
extension HHSDKVideo.HHFileCacheManager.HHAssetPathType : Swift.Hashable {}
extension HHSDKVideo.HHFileCacheManager.HHFileFormat : Swift.Equatable {}
extension HHSDKVideo.HHFileCacheManager.HHFileFormat : Swift.Hashable {}
extension HHSDKVideo.HHFileCacheManager.HHFileFormat : Swift.RawRepresentable {}
extension HHSDKVideo.HHLogMode : Swift.Equatable {}
extension HHSDKVideo.HHLogMode : Swift.Hashable {}
extension HHSDKVideo.HHLogMode : Swift.RawRepresentable {}
extension HHSDKVideo.HHCallType : Swift.Equatable {}
extension HHSDKVideo.HHCallType : Swift.Hashable {}
extension HHSDKVideo.HHCallType : Swift.RawRepresentable {}
extension HHSDKVideo.HHServerType : Swift.Equatable {}
extension HHSDKVideo.HHServerType : Swift.Hashable {}
extension HHSDKVideo.HHRequestMethod : Swift.Equatable {}
extension HHSDKVideo.HHRequestMethod : Swift.Hashable {}
extension HHSDKVideo.HHPagerViewTransformerType : Swift.Equatable {}
extension HHSDKVideo.HHPagerViewTransformerType : Swift.Hashable {}
extension HHSDKVideo.HHPagerViewTransformerType : Swift.RawRepresentable {}
extension HHSDKVideo.TrtcLog : Swift.Equatable {}
extension HHSDKVideo.TrtcLog : Swift.Hashable {}
extension HHSDKVideo.TrtcLog : Swift.RawRepresentable {}
extension HHSDKVideo.TrtcError : Swift.Equatable {}
extension HHSDKVideo.TrtcError : Swift.Hashable {}
extension HHSDKVideo.TrtcError : Swift.RawRepresentable {}
extension HHSDKVideo.HHCallRtcType : Swift.Equatable {}
extension HHSDKVideo.HHCallRtcType : Swift.Hashable {}
extension HHSDKVideo.HHCallRtcType : Swift.RawRepresentable {}
extension HHSDKVideo.hhToastPosition : Swift.Equatable {}
extension HHSDKVideo.hhToastPosition : Swift.Hashable {}
extension HHSDKVideo.HKDF.Error : Swift.Equatable {}
extension HHSDKVideo.HKDF.Error : Swift.Hashable {}
extension HHSDKVideo.HMAC.Error : Swift.Equatable {}
extension HHSDKVideo.HMAC.Error : Swift.Hashable {}
extension HHSDKVideo.HMAC.Variant : Swift.Equatable {}
extension HHSDKVideo.HMAC.Variant : Swift.Hashable {}
extension HHSDKVideo.ItemClass : Swift.Equatable {}
extension HHSDKVideo.ItemClass : Swift.Hashable {}
extension HHSDKVideo.ProtocolType : Swift.Equatable {}
extension HHSDKVideo.ProtocolType : Swift.Hashable {}
extension HHSDKVideo.AuthenticationType : Swift.Equatable {}
extension HHSDKVideo.AuthenticationType : Swift.Hashable {}
extension HHSDKVideo.Accessibility : Swift.Equatable {}
extension HHSDKVideo.Accessibility : Swift.Hashable {}
extension HHSDKVideo.Status : Swift.Equatable {}
extension HHSDKVideo.Status : Swift.Hashable {}
extension HHSDKVideo.MappingType : Swift.Equatable {}
extension HHSDKVideo.MappingType : Swift.Hashable {}
extension HHSDKVideo.OCB.Mode : Swift.Equatable {}
extension HHSDKVideo.OCB.Mode : Swift.Hashable {}
extension HHSDKVideo.OCB.Error : Swift.Equatable {}
extension HHSDKVideo.OCB.Error : Swift.Hashable {}
extension HHSDKVideo.OFB.Error : Swift.Equatable {}
extension HHSDKVideo.OFB.Error : Swift.Hashable {}
extension HHSDKVideo.Padding : Swift.Equatable {}
extension HHSDKVideo.Padding : Swift.Hashable {}
extension HHSDKVideo.PKCS5.PBKDF1.Error : Swift.Equatable {}
extension HHSDKVideo.PKCS5.PBKDF1.Error : Swift.Hashable {}
extension HHSDKVideo.PKCS5.PBKDF1.Variant : Swift.Equatable {}
extension HHSDKVideo.PKCS5.PBKDF1.Variant : Swift.Hashable {}
extension HHSDKVideo.PKCS5.PBKDF2.Error : Swift.Equatable {}
extension HHSDKVideo.PKCS5.PBKDF2.Error : Swift.Hashable {}
extension HHSDKVideo.PCBC.Error : Swift.Equatable {}
extension HHSDKVideo.PCBC.Error : Swift.Hashable {}
extension HHSDKVideo.PermissionStatus : Swift.Equatable {}
extension HHSDKVideo.PermissionStatus : Swift.Hashable {}
extension HHSDKVideo.PermissionStatus : Swift.RawRepresentable {}
extension HHSDKVideo.HHBasePermissionType : Swift.Equatable {}
extension HHSDKVideo.HHBasePermissionType : Swift.Hashable {}
extension HHSDKVideo.HHBasePermissionType : Swift.RawRepresentable {}
extension HHSDKVideo.Poly1305.Error : Swift.Equatable {}
extension HHSDKVideo.Poly1305.Error : Swift.Hashable {}
extension HHSDKVideo.Rabbit.Error : Swift.Equatable {}
extension HHSDKVideo.Rabbit.Error : Swift.Hashable {}
extension HHSDKVideo.Reachability.NetworkStatus : Swift.Equatable {}
extension HHSDKVideo.Reachability.NetworkStatus : Swift.Hashable {}
extension HHSDKVideo.RecordImgType : Swift.Equatable {}
extension HHSDKVideo.RecordImgType : Swift.Hashable {}
extension HHSDKVideo.RecordImgType : Swift.RawRepresentable {}
extension HHSDKVideo.SHA2.Variant : Swift.Equatable {}
extension HHSDKVideo.SHA2.Variant : Swift.Hashable {}
extension HHSDKVideo.SHA3.Variant : Swift.Equatable {}
extension HHSDKVideo.SHA3.Variant : Swift.Hashable {}
extension HHSDKVideo.HHIMCmd : Swift.Equatable {}
extension HHSDKVideo.HHIMCmd : Swift.Hashable {}
extension HHSDKVideo.HHIMCmd : Swift.RawRepresentable {}
extension HHSDKVideo.ZLCameraConfiguration.CaptureSessionPreset : Swift.Equatable {}
extension HHSDKVideo.ZLCameraConfiguration.CaptureSessionPreset : Swift.Hashable {}
extension HHSDKVideo.ZLCameraConfiguration.CaptureSessionPreset : Swift.RawRepresentable {}
extension HHSDKVideo.ZLCameraConfiguration.FocusMode : Swift.Equatable {}
extension HHSDKVideo.ZLCameraConfiguration.FocusMode : Swift.Hashable {}
extension HHSDKVideo.ZLCameraConfiguration.FocusMode : Swift.RawRepresentable {}
extension HHSDKVideo.ZLCameraConfiguration.ExposureMode : Swift.Equatable {}
extension HHSDKVideo.ZLCameraConfiguration.ExposureMode : Swift.Hashable {}
extension HHSDKVideo.ZLCameraConfiguration.ExposureMode : Swift.RawRepresentable {}
extension HHSDKVideo.ZLCameraConfiguration.FlashMode : Swift.Equatable {}
extension HHSDKVideo.ZLCameraConfiguration.FlashMode : Swift.Hashable {}
extension HHSDKVideo.ZLCameraConfiguration.FlashMode : Swift.RawRepresentable {}
extension HHSDKVideo.ZLCameraConfiguration.VideoExportType : Swift.Equatable {}
extension HHSDKVideo.ZLCameraConfiguration.VideoExportType : Swift.Hashable {}
extension HHSDKVideo.ZLCameraConfiguration.VideoExportType : Swift.RawRepresentable {}
extension HHSDKVideo.ZLEditImageConfiguration.EditTool : Swift.Equatable {}
extension HHSDKVideo.ZLEditImageConfiguration.EditTool : Swift.Hashable {}
extension HHSDKVideo.ZLEditImageConfiguration.EditTool : Swift.RawRepresentable {}
extension HHSDKVideo.ZLEditImageConfiguration.AdjustTool : Swift.Equatable {}
extension HHSDKVideo.ZLEditImageConfiguration.AdjustTool : Swift.Hashable {}
extension HHSDKVideo.ZLEditImageConfiguration.AdjustTool : Swift.RawRepresentable {}
extension HHSDKVideo.ZLFilterType : Swift.Equatable {}
extension HHSDKVideo.ZLFilterType : Swift.Hashable {}
extension HHSDKVideo.ZLFilterType : Swift.RawRepresentable {}
extension HHSDKVideo.ZLURLType : Swift.Equatable {}
extension HHSDKVideo.ZLURLType : Swift.Hashable {}
extension HHSDKVideo.ZLURLType : Swift.RawRepresentable {}
extension HHSDKVideo.ZLLanguageType : Swift.Equatable {}
extension HHSDKVideo.ZLLanguageType : Swift.Hashable {}
extension HHSDKVideo.ZLLanguageType : Swift.RawRepresentable {}
extension HHSDKVideo.ZLNoAuthorityType : Swift.Equatable {}
extension HHSDKVideo.ZLNoAuthorityType : Swift.Hashable {}
extension HHSDKVideo.ZLNoAuthorityType : Swift.RawRepresentable {}
extension HHSDKVideo.ZLPhotoModel.MediaType : Swift.Equatable {}
extension HHSDKVideo.ZLPhotoModel.MediaType : Swift.Hashable {}
extension HHSDKVideo.ZLPhotoModel.MediaType : Swift.RawRepresentable {}
extension HHSDKVideo.ZLPhotoUIConfiguration.CancelButtonStyle : Swift.Equatable {}
extension HHSDKVideo.ZLPhotoUIConfiguration.CancelButtonStyle : Swift.Hashable {}
extension HHSDKVideo.ZLPhotoUIConfiguration.CancelButtonStyle : Swift.RawRepresentable {}
extension HHSDKVideo.ZLPhotoBrowserStyle : Swift.Equatable {}
extension HHSDKVideo.ZLPhotoBrowserStyle : Swift.Hashable {}
extension HHSDKVideo.ZLPhotoBrowserStyle : Swift.RawRepresentable {}
extension HHSDKVideo.ZLProgressHUD.HUDStyle : Swift.Equatable {}
extension HHSDKVideo.ZLProgressHUD.HUDStyle : Swift.Hashable {}
extension HHSDKVideo.ZLProgressHUD.HUDStyle : Swift.RawRepresentable {}
extension HHSDKVideo.ZLVideoManager.ExportType : Swift.Equatable {}
extension HHSDKVideo.ZLVideoManager.ExportType : Swift.Hashable {}
extension HHSDKVideo.ZLVideoManager.ExportType : Swift.RawRepresentable {}