@amityco/social-plus-vise 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "extractor_version": "0.2.0-dokka",
3
3
  "extractor": "android-dokka-extractor.py",
4
- "extracted_at": "2026-05-19T14:05:19.272137+00:00",
4
+ "extracted_at": "2026-07-06T04:35:51.898581+00:00",
5
5
  "sdk_product": "AmityAndroidSDK",
6
6
  "sdk_dokka_source": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk",
7
7
  "dokka_invocation": "ANDROID_HOME=~/Library/Android/sdk ./gradlew :amity-sdk:dokkaGfm",
@@ -65,6 +65,19 @@
65
65
  "line": null
66
66
  },
67
67
  "members": [
68
+ {
69
+ "name": "archiveChannel",
70
+ "kind": "method",
71
+ "signature": {
72
+ "parameters": [
73
+ {
74
+ "name": "channelId",
75
+ "type": "String"
76
+ }
77
+ ],
78
+ "returns": null
79
+ }
80
+ },
68
81
  {
69
82
  "name": "createChannel",
70
83
  "kind": "method",
@@ -91,6 +104,22 @@
91
104
  "returns": null
92
105
  }
93
106
  },
107
+ {
108
+ "name": "getArchivedChannelIds",
109
+ "kind": "method",
110
+ "signature": {
111
+ "parameters": [],
112
+ "returns": "Single<List<String>>"
113
+ }
114
+ },
115
+ {
116
+ "name": "getArchivedChannels",
117
+ "kind": "method",
118
+ "signature": {
119
+ "parameters": [],
120
+ "returns": "Flowable<List<AmityChannel>>"
121
+ }
122
+ },
94
123
  {
95
124
  "name": "getChannel",
96
125
  "kind": "method",
@@ -197,6 +226,27 @@
197
226
  "returns": null
198
227
  }
199
228
  },
229
+ {
230
+ "name": "searchChannels",
231
+ "kind": "method",
232
+ "signature": {
233
+ "parameters": [],
234
+ "returns": "AmityChannelSearchQuery.Builder"
235
+ }
236
+ },
237
+ {
238
+ "name": "unarchiveChannel",
239
+ "kind": "method",
240
+ "signature": {
241
+ "parameters": [
242
+ {
243
+ "name": "channelId",
244
+ "type": "String"
245
+ }
246
+ ],
247
+ "returns": null
248
+ }
249
+ },
200
250
  {
201
251
  "name": "unmuteChannel",
202
252
  "kind": "method",
@@ -766,6 +816,166 @@
766
816
  ],
767
817
  "nested_types": []
768
818
  },
819
+ "AmityChannelSearchQuery": {
820
+ "kind": "class",
821
+ "language": "kotlin",
822
+ "primary_decl": {
823
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.api.chat.channel.query/-amity-channel-search-query/index.md",
824
+ "line": null
825
+ },
826
+ "members": [
827
+ {
828
+ "name": "Builder",
829
+ "kind": "nested_type"
830
+ },
831
+ {
832
+ "name": "query",
833
+ "kind": "method",
834
+ "signature": {
835
+ "parameters": [],
836
+ "returns": "Single<List<AmityChannel>>"
837
+ }
838
+ }
839
+ ],
840
+ "nested_types": [
841
+ {
842
+ "name": "Builder",
843
+ "kind": "class",
844
+ "primary_decl": {
845
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.api.chat.channel.query/-amity-channel-search-query/-builder/index.md",
846
+ "line": null
847
+ },
848
+ "members": [
849
+ {
850
+ "name": "build",
851
+ "kind": "method",
852
+ "signature": {
853
+ "parameters": [],
854
+ "returns": "AmityChannelSearchQuery"
855
+ }
856
+ },
857
+ {
858
+ "name": "exactMatch",
859
+ "kind": "method",
860
+ "signature": {
861
+ "parameters": [
862
+ {
863
+ "name": "exactMatch",
864
+ "type": "Boolean"
865
+ }
866
+ ],
867
+ "returns": null
868
+ }
869
+ },
870
+ {
871
+ "name": "limit",
872
+ "kind": "method",
873
+ "signature": {
874
+ "parameters": [
875
+ {
876
+ "name": "limit",
877
+ "type": "Int"
878
+ }
879
+ ],
880
+ "returns": null
881
+ }
882
+ },
883
+ {
884
+ "name": "memberOnly",
885
+ "kind": "method",
886
+ "signature": {
887
+ "parameters": [
888
+ {
889
+ "name": "isMemberOnly",
890
+ "type": "Boolean"
891
+ }
892
+ ],
893
+ "returns": null
894
+ }
895
+ },
896
+ {
897
+ "name": "orderBy",
898
+ "kind": "method",
899
+ "signature": {
900
+ "parameters": [
901
+ {
902
+ "name": "orderBy",
903
+ "type": "String"
904
+ }
905
+ ],
906
+ "returns": null
907
+ }
908
+ },
909
+ {
910
+ "name": "sortBy",
911
+ "kind": "method",
912
+ "signature": {
913
+ "parameters": [
914
+ {
915
+ "name": "sortBy",
916
+ "type": "String"
917
+ }
918
+ ],
919
+ "returns": null
920
+ }
921
+ },
922
+ {
923
+ "name": "tags",
924
+ "kind": "method",
925
+ "signature": {
926
+ "parameters": [
927
+ {
928
+ "name": "tags",
929
+ "type": "List<String>"
930
+ }
931
+ ],
932
+ "returns": null
933
+ }
934
+ },
935
+ {
936
+ "name": "token",
937
+ "kind": "method",
938
+ "signature": {
939
+ "parameters": [
940
+ {
941
+ "name": "token",
942
+ "type": "String?"
943
+ }
944
+ ],
945
+ "returns": null
946
+ }
947
+ },
948
+ {
949
+ "name": "types",
950
+ "kind": "method",
951
+ "signature": {
952
+ "parameters": [
953
+ {
954
+ "name": "types",
955
+ "type": "List<AmityChannel.Type>"
956
+ }
957
+ ],
958
+ "returns": null
959
+ }
960
+ },
961
+ {
962
+ "name": "withQuery",
963
+ "kind": "method",
964
+ "signature": {
965
+ "parameters": [
966
+ {
967
+ "name": "query",
968
+ "type": "String?"
969
+ }
970
+ ],
971
+ "returns": null
972
+ }
973
+ }
974
+ ],
975
+ "nested_types": []
976
+ }
977
+ ]
978
+ },
769
979
  "AmityCommunityChannelQuery": {
770
980
  "kind": "class",
771
981
  "language": "kotlin",
@@ -1031,6 +1241,19 @@
1031
1241
  "returns": "AmitySelectedTypesChannelQuery"
1032
1242
  }
1033
1243
  },
1244
+ {
1245
+ "name": "excludeArchived",
1246
+ "kind": "method",
1247
+ "signature": {
1248
+ "parameters": [
1249
+ {
1250
+ "name": "excludeArchived",
1251
+ "type": "Boolean"
1252
+ }
1253
+ ],
1254
+ "returns": null
1255
+ }
1256
+ },
1034
1257
  {
1035
1258
  "name": "excludingTags",
1036
1259
  "kind": "method",
@@ -1082,6 +1305,19 @@
1082
1305
  ],
1083
1306
  "returns": null
1084
1307
  }
1308
+ },
1309
+ {
1310
+ "name": "keyword",
1311
+ "kind": "method",
1312
+ "signature": {
1313
+ "parameters": [
1314
+ {
1315
+ "name": "keyword",
1316
+ "type": "String"
1317
+ }
1318
+ ],
1319
+ "returns": null
1320
+ }
1085
1321
  }
1086
1322
  ],
1087
1323
  "nested_types": []
@@ -1165,6 +1401,19 @@
1165
1401
  "returns": null
1166
1402
  }
1167
1403
  },
1404
+ {
1405
+ "name": "notificationMode",
1406
+ "kind": "method",
1407
+ "signature": {
1408
+ "parameters": [
1409
+ {
1410
+ "name": "mode",
1411
+ "type": "AmityChannelNotificationMode"
1412
+ }
1413
+ ],
1414
+ "returns": null
1415
+ }
1416
+ },
1168
1417
  {
1169
1418
  "name": "tags",
1170
1419
  "kind": "method",
@@ -1940,6 +2189,19 @@
1940
2189
  "returns": null
1941
2190
  }
1942
2191
  },
2192
+ {
2193
+ "name": "searchMessages",
2194
+ "kind": "method",
2195
+ "signature": {
2196
+ "parameters": [
2197
+ {
2198
+ "name": "query",
2199
+ "type": "String"
2200
+ }
2201
+ ],
2202
+ "returns": null
2203
+ }
2204
+ },
1943
2205
  {
1944
2206
  "name": "softDeleteMessage",
1945
2207
  "kind": "method",
@@ -3025,6 +3287,179 @@
3025
3287
  }
3026
3288
  ]
3027
3289
  },
3290
+ "AmityMessageSearchQuery": {
3291
+ "kind": "class",
3292
+ "language": "kotlin",
3293
+ "primary_decl": {
3294
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.api.chat.message.query/-amity-message-search-query/index.md",
3295
+ "line": null
3296
+ },
3297
+ "members": [
3298
+ {
3299
+ "name": "Builder",
3300
+ "kind": "nested_type"
3301
+ },
3302
+ {
3303
+ "name": "query",
3304
+ "kind": "method",
3305
+ "signature": {
3306
+ "parameters": [],
3307
+ "returns": "Single<List<AmityMessage>>"
3308
+ }
3309
+ }
3310
+ ],
3311
+ "nested_types": [
3312
+ {
3313
+ "name": "Builder",
3314
+ "kind": "class",
3315
+ "primary_decl": {
3316
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.api.chat.message.query/-amity-message-search-query/-builder/index.md",
3317
+ "line": null
3318
+ },
3319
+ "members": [
3320
+ {
3321
+ "name": "build",
3322
+ "kind": "method",
3323
+ "signature": {
3324
+ "parameters": [],
3325
+ "returns": "AmityMessageSearchQuery"
3326
+ }
3327
+ },
3328
+ {
3329
+ "name": "channelId",
3330
+ "kind": "method",
3331
+ "signature": {
3332
+ "parameters": [
3333
+ {
3334
+ "name": "channelId",
3335
+ "type": "String?"
3336
+ }
3337
+ ],
3338
+ "returns": null
3339
+ }
3340
+ },
3341
+ {
3342
+ "name": "exactMatch",
3343
+ "kind": "method",
3344
+ "signature": {
3345
+ "parameters": [
3346
+ {
3347
+ "name": "exactMatch",
3348
+ "type": "Boolean"
3349
+ }
3350
+ ],
3351
+ "returns": null
3352
+ }
3353
+ },
3354
+ {
3355
+ "name": "limit",
3356
+ "kind": "method",
3357
+ "signature": {
3358
+ "parameters": [
3359
+ {
3360
+ "name": "limit",
3361
+ "type": "Int"
3362
+ }
3363
+ ],
3364
+ "returns": null
3365
+ }
3366
+ },
3367
+ {
3368
+ "name": "messageFeedId",
3369
+ "kind": "method",
3370
+ "signature": {
3371
+ "parameters": [
3372
+ {
3373
+ "name": "messageFeedId",
3374
+ "type": "String?"
3375
+ }
3376
+ ],
3377
+ "returns": null
3378
+ }
3379
+ },
3380
+ {
3381
+ "name": "orderBy",
3382
+ "kind": "method",
3383
+ "signature": {
3384
+ "parameters": [
3385
+ {
3386
+ "name": "orderBy",
3387
+ "type": "String"
3388
+ }
3389
+ ],
3390
+ "returns": null
3391
+ }
3392
+ },
3393
+ {
3394
+ "name": "sortBy",
3395
+ "kind": "method",
3396
+ "signature": {
3397
+ "parameters": [
3398
+ {
3399
+ "name": "sortBy",
3400
+ "type": "String"
3401
+ }
3402
+ ],
3403
+ "returns": null
3404
+ }
3405
+ },
3406
+ {
3407
+ "name": "tags",
3408
+ "kind": "method",
3409
+ "signature": {
3410
+ "parameters": [
3411
+ {
3412
+ "name": "tags",
3413
+ "type": "List<String>"
3414
+ }
3415
+ ],
3416
+ "returns": null
3417
+ }
3418
+ },
3419
+ {
3420
+ "name": "token",
3421
+ "kind": "method",
3422
+ "signature": {
3423
+ "parameters": [
3424
+ {
3425
+ "name": "token",
3426
+ "type": "String?"
3427
+ }
3428
+ ],
3429
+ "returns": null
3430
+ }
3431
+ },
3432
+ {
3433
+ "name": "types",
3434
+ "kind": "method",
3435
+ "signature": {
3436
+ "parameters": [
3437
+ {
3438
+ "name": "types",
3439
+ "type": "List<AmityMessage.DataType>"
3440
+ }
3441
+ ],
3442
+ "returns": null
3443
+ }
3444
+ },
3445
+ {
3446
+ "name": "userIds",
3447
+ "kind": "method",
3448
+ "signature": {
3449
+ "parameters": [
3450
+ {
3451
+ "name": "userIds",
3452
+ "type": "List<String>"
3453
+ }
3454
+ ],
3455
+ "returns": null
3456
+ }
3457
+ }
3458
+ ],
3459
+ "nested_types": []
3460
+ }
3461
+ ]
3462
+ },
3028
3463
  "AmityCustomTextMessageUpdate": {
3029
3464
  "kind": "class",
3030
3465
  "language": "kotlin",
@@ -3508,6 +3943,14 @@
3508
3943
  "line": null
3509
3944
  },
3510
3945
  "members": [
3946
+ {
3947
+ "name": "autoSubscriptions",
3948
+ "kind": "method",
3949
+ "signature": {
3950
+ "parameters": [],
3951
+ "returns": "List<AmityAutoSubscriptionState><br>Snapshot of the managed-subscription registry \u2014 every system handle (active or not) with its `active`, `isSystem`, and `topicCount` flags (REQ-011). Use this to inspect what is consuming broker slots; the BE caps concurrent subscriptions at 20 (client-side enforcement deferred \u2014 R10 known limitation)."
3952
+ }
3953
+ },
3511
3954
  {
3512
3955
  "name": "disconnect",
3513
3956
  "kind": "method",
@@ -3592,6 +4035,14 @@
3592
4035
  "returns": "AmityUserType"
3593
4036
  }
3594
4037
  },
4038
+ {
4039
+ "name": "getForYouFeedSetting",
4040
+ "kind": "method",
4041
+ "signature": {
4042
+ "parameters": [],
4043
+ "returns": "Single<AmityForYouFeedSetting>"
4044
+ }
4045
+ },
3595
4046
  {
3596
4047
  "name": "getGlobalBanEvents",
3597
4048
  "kind": "method",
@@ -3634,7 +4085,7 @@
3634
4085
  "kind": "method",
3635
4086
  "signature": {
3636
4087
  "parameters": [],
3637
- "returns": "AmityShareableLink"
4088
+ "returns": "Single<AmityShareableLinkConfiguration>"
3638
4089
  }
3639
4090
  },
3640
4091
  {
@@ -3661,6 +4112,14 @@
3661
4112
  "returns": "String"
3662
4113
  }
3663
4114
  },
4115
+ {
4116
+ "name": "getVisitorUsageLimitEvents",
4117
+ "kind": "method",
4118
+ "signature": {
4119
+ "parameters": [],
4120
+ "returns": "Flowable<AmityVisitorUsageLimitEvent>"
4121
+ }
4122
+ },
3664
4123
  {
3665
4124
  "name": "hasPermission",
3666
4125
  "kind": "method",
@@ -3908,6 +4367,19 @@
3908
4367
  "returns": null
3909
4368
  }
3910
4369
  },
4370
+ {
4371
+ "name": "subscribeAuto",
4372
+ "kind": "method",
4373
+ "signature": {
4374
+ "parameters": [
4375
+ {
4376
+ "name": "feature",
4377
+ "type": "AmityAutoSubscription"
4378
+ }
4379
+ ],
4380
+ "returns": null
4381
+ }
4382
+ },
3911
4383
  {
3912
4384
  "name": "subscription",
3913
4385
  "kind": "method",
@@ -3929,6 +4401,19 @@
3929
4401
  "returns": "Completable"
3930
4402
  }
3931
4403
  },
4404
+ {
4405
+ "name": "unsubscribeAuto",
4406
+ "kind": "method",
4407
+ "signature": {
4408
+ "parameters": [
4409
+ {
4410
+ "name": "feature",
4411
+ "type": "AmityAutoSubscription"
4412
+ }
4413
+ ],
4414
+ "returns": null
4415
+ }
4416
+ },
3932
4417
  {
3933
4418
  "name": "validateTexts",
3934
4419
  "kind": "method",
@@ -5961,11 +6446,7 @@
5961
6446
  "members": [
5962
6447
  {
5963
6448
  "name": "getShareableLink",
5964
- "kind": "method",
5965
- "signature": {
5966
- "parameters": [],
5967
- "returns": "Single<AmityShareableLinkConfiguration>"
5968
- }
6449
+ "kind": "method"
5969
6450
  }
5970
6451
  ],
5971
6452
  "nested_types": []
@@ -6035,6 +6516,14 @@
6035
6516
  "returns": "Single<List<AmityUser>>"
6036
6517
  }
6037
6518
  },
6519
+ {
6520
+ "name": "getAllBlockingUsers",
6521
+ "kind": "method",
6522
+ "signature": {
6523
+ "parameters": [],
6524
+ "returns": "Single<List<AmityUser>>"
6525
+ }
6526
+ },
6038
6527
  {
6039
6528
  "name": "getBlockedUsers",
6040
6529
  "kind": "method",
@@ -6043,6 +6532,14 @@
6043
6532
  "returns": "Flowable<PagingData<AmityUser>>"
6044
6533
  }
6045
6534
  },
6535
+ {
6536
+ "name": "getBlockingUsers",
6537
+ "kind": "method",
6538
+ "signature": {
6539
+ "parameters": [],
6540
+ "returns": "Flowable<PagingData<AmityUser>>"
6541
+ }
6542
+ },
6046
6543
  {
6047
6544
  "name": "getReachedUsers",
6048
6545
  "kind": "method",
@@ -7589,6 +8086,19 @@
7589
8086
  "returns": null
7590
8087
  }
7591
8088
  },
8089
+ {
8090
+ "name": "excludeBlockUserComments",
8091
+ "kind": "method",
8092
+ "signature": {
8093
+ "parameters": [
8094
+ {
8095
+ "name": "excludeBlockUserComments",
8096
+ "type": "Boolean"
8097
+ }
8098
+ ],
8099
+ "returns": null
8100
+ }
8101
+ },
7592
8102
  {
7593
8103
  "name": "includeDeleted",
7594
8104
  "kind": "method",
@@ -8252,6 +8762,19 @@
8252
8762
  "returns": null
8253
8763
  }
8254
8764
  },
8765
+ {
8766
+ "name": "tags",
8767
+ "kind": "method",
8768
+ "signature": {
8769
+ "parameters": [
8770
+ {
8771
+ "name": "tags",
8772
+ "type": "List<String>"
8773
+ }
8774
+ ],
8775
+ "returns": null
8776
+ }
8777
+ },
8255
8778
  {
8256
8779
  "name": "userIds",
8257
8780
  "kind": "method",
@@ -8400,6 +8923,19 @@
8400
8923
  "returns": null
8401
8924
  }
8402
8925
  },
8926
+ {
8927
+ "name": "tags",
8928
+ "kind": "method",
8929
+ "signature": {
8930
+ "parameters": [
8931
+ {
8932
+ "name": "tags",
8933
+ "type": "List<String>"
8934
+ }
8935
+ ],
8936
+ "returns": null
8937
+ }
8938
+ },
8403
8939
  {
8404
8940
  "name": "withKeyword",
8405
8941
  "kind": "method",
@@ -8533,7 +9069,7 @@
8533
9069
  "kind": "method",
8534
9070
  "signature": {
8535
9071
  "parameters": [],
8536
- "returns": "AmityCommunitySearch<br>Instantiates AmityCommunitySearch with built params."
9072
+ "returns": "AmityCommunitySearch"
8537
9073
  }
8538
9074
  },
8539
9075
  {
@@ -8587,6 +9123,19 @@
8587
9123
  ],
8588
9124
  "returns": null
8589
9125
  }
9126
+ },
9127
+ {
9128
+ "name": "tags",
9129
+ "kind": "method",
9130
+ "signature": {
9131
+ "parameters": [
9132
+ {
9133
+ "name": "tags",
9134
+ "type": "List<String>"
9135
+ }
9136
+ ],
9137
+ "returns": null
9138
+ }
8590
9139
  }
8591
9140
  ],
8592
9141
  "nested_types": []
@@ -8734,6 +9283,19 @@
8734
9283
  ],
8735
9284
  "returns": null
8736
9285
  }
9286
+ },
9287
+ {
9288
+ "name": "tags",
9289
+ "kind": "method",
9290
+ "signature": {
9291
+ "parameters": [
9292
+ {
9293
+ "name": "tags",
9294
+ "type": "List<String>"
9295
+ }
9296
+ ],
9297
+ "returns": null
9298
+ }
8737
9299
  }
8738
9300
  ],
8739
9301
  "nested_types": []
@@ -10506,6 +11068,31 @@
10506
11068
  "returns": "AmityCustomRankingGlobalFeedQuery.Builder<br>Initiates a function chain to query for custom ranking Global feed."
10507
11069
  }
10508
11070
  },
11071
+ {
11072
+ "name": "getForYouFeed",
11073
+ "kind": "method",
11074
+ "signature": {
11075
+ "parameters": [],
11076
+ "returns": "Flowable<PagingData<AmityPost>><br>Queries the personalized For You feed (relevance-ranked) as a live collection."
11077
+ }
11078
+ },
11079
+ {
11080
+ "name": "getForYouFeedContext",
11081
+ "kind": "method",
11082
+ "signature": {
11083
+ "parameters": [
11084
+ {
11085
+ "name": "postId",
11086
+ "type": "String"
11087
+ },
11088
+ {
11089
+ "name": "renderPosition",
11090
+ "type": "Int"
11091
+ }
11092
+ ],
11093
+ "returns": null
11094
+ }
11095
+ },
10509
11096
  {
10510
11097
  "name": "getGlobalFeed",
10511
11098
  "kind": "method",
@@ -12091,6 +12678,19 @@
12091
12678
  "returns": null
12092
12679
  }
12093
12680
  },
12681
+ {
12682
+ "name": "invalidateCache",
12683
+ "kind": "method",
12684
+ "signature": {
12685
+ "parameters": [
12686
+ {
12687
+ "name": "invalidateCache",
12688
+ "type": "Boolean"
12689
+ }
12690
+ ],
12691
+ "returns": null
12692
+ }
12693
+ },
12094
12694
  {
12095
12695
  "name": "matchingOnlyParentPosts",
12096
12696
  "kind": "method",
@@ -12260,6 +12860,19 @@
12260
12860
  "returns": null
12261
12861
  }
12262
12862
  },
12863
+ {
12864
+ "name": "excludeBlockUserPosts",
12865
+ "kind": "method",
12866
+ "signature": {
12867
+ "parameters": [
12868
+ {
12869
+ "name": "excludeBlockUserPosts",
12870
+ "type": "Boolean"
12871
+ }
12872
+ ],
12873
+ "returns": null
12874
+ }
12875
+ },
12263
12876
  {
12264
12877
  "name": "feedType",
12265
12878
  "kind": "method",
@@ -12299,6 +12912,19 @@
12299
12912
  "returns": null
12300
12913
  }
12301
12914
  },
12915
+ {
12916
+ "name": "invalidateCache",
12917
+ "kind": "method",
12918
+ "signature": {
12919
+ "parameters": [
12920
+ {
12921
+ "name": "invalidateCache",
12922
+ "type": "Boolean"
12923
+ }
12924
+ ],
12925
+ "returns": null
12926
+ }
12927
+ },
12302
12928
  {
12303
12929
  "name": "matchingOnlyParentPosts",
12304
12930
  "kind": "method",
@@ -12432,6 +13058,19 @@
12432
13058
  ],
12433
13059
  "returns": null
12434
13060
  }
13061
+ },
13062
+ {
13063
+ "name": "invalidateCache",
13064
+ "kind": "method",
13065
+ "signature": {
13066
+ "parameters": [
13067
+ {
13068
+ "name": "invalidateCache",
13069
+ "type": "Boolean"
13070
+ }
13071
+ ],
13072
+ "returns": null
13073
+ }
12435
13074
  }
12436
13075
  ],
12437
13076
  "nested_types": []
@@ -12537,6 +13176,19 @@
12537
13176
  "returns": null
12538
13177
  }
12539
13178
  },
13179
+ {
13180
+ "name": "excludeBlockUserPosts",
13181
+ "kind": "method",
13182
+ "signature": {
13183
+ "parameters": [
13184
+ {
13185
+ "name": "excludeBlockUserPosts",
13186
+ "type": "Boolean"
13187
+ }
13188
+ ],
13189
+ "returns": null
13190
+ }
13191
+ },
12540
13192
  {
12541
13193
  "name": "includeMixedStructure",
12542
13194
  "kind": "method",
@@ -12549,6 +13201,19 @@
12549
13201
  ],
12550
13202
  "returns": null
12551
13203
  }
13204
+ },
13205
+ {
13206
+ "name": "invalidateCache",
13207
+ "kind": "method",
13208
+ "signature": {
13209
+ "parameters": [
13210
+ {
13211
+ "name": "invalidateCache",
13212
+ "type": "Boolean"
13213
+ }
13214
+ ],
13215
+ "returns": null
13216
+ }
12552
13217
  }
12553
13218
  ],
12554
13219
  "nested_types": []
@@ -12694,6 +13359,19 @@
12694
13359
  "returns": null
12695
13360
  }
12696
13361
  },
13362
+ {
13363
+ "name": "invalidateCache",
13364
+ "kind": "method",
13365
+ "signature": {
13366
+ "parameters": [
13367
+ {
13368
+ "name": "invalidateCache",
13369
+ "type": "Boolean"
13370
+ }
13371
+ ],
13372
+ "returns": null
13373
+ }
13374
+ },
12697
13375
  {
12698
13376
  "name": "matchingOnlyParentPosts",
12699
13377
  "kind": "method",
@@ -12825,13 +13503,26 @@
12825
13503
  }
12826
13504
  },
12827
13505
  {
12828
- "name": "dataTypes",
13506
+ "name": "dataTypes",
13507
+ "kind": "method",
13508
+ "signature": {
13509
+ "parameters": [
13510
+ {
13511
+ "name": "dataTypes",
13512
+ "type": "List<AmityPost.DataType>"
13513
+ }
13514
+ ],
13515
+ "returns": null
13516
+ }
13517
+ },
13518
+ {
13519
+ "name": "excludeBlockUserPosts",
12829
13520
  "kind": "method",
12830
13521
  "signature": {
12831
13522
  "parameters": [
12832
13523
  {
12833
- "name": "dataTypes",
12834
- "type": "List<AmityPost.DataType>"
13524
+ "name": "excludeBlockUserPosts",
13525
+ "type": "Boolean"
12835
13526
  }
12836
13527
  ],
12837
13528
  "returns": null
@@ -12863,6 +13554,19 @@
12863
13554
  "returns": null
12864
13555
  }
12865
13556
  },
13557
+ {
13558
+ "name": "invalidateCache",
13559
+ "kind": "method",
13560
+ "signature": {
13561
+ "parameters": [
13562
+ {
13563
+ "name": "invalidateCache",
13564
+ "type": "Boolean"
13565
+ }
13566
+ ],
13567
+ "returns": null
13568
+ }
13569
+ },
12866
13570
  {
12867
13571
  "name": "sortBy",
12868
13572
  "kind": "method",
@@ -14885,6 +15589,14 @@
14885
15589
  "returns": "Flowable<AmityChannelMember>"
14886
15590
  }
14887
15591
  },
15592
+ {
15593
+ "name": "getNotificationMode",
15594
+ "kind": "method",
15595
+ "signature": {
15596
+ "parameters": [],
15597
+ "returns": "String?"
15598
+ }
15599
+ },
14888
15600
  {
14889
15601
  "name": "getSubChannelsUnreadCount",
14890
15602
  "kind": "method",
@@ -15213,6 +15925,68 @@
15213
15925
  }
15214
15926
  ]
15215
15927
  },
15928
+ "AmityChannelNotificationMode": {
15929
+ "kind": "enum",
15930
+ "language": "kotlin",
15931
+ "primary_decl": {
15932
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.chat.channel/-amity-channel-notification-mode/index.md",
15933
+ "line": null
15934
+ },
15935
+ "members": [
15936
+ {
15937
+ "name": "DEFAULT",
15938
+ "kind": "enum_entry"
15939
+ },
15940
+ {
15941
+ "name": "SILENT",
15942
+ "kind": "enum_entry"
15943
+ },
15944
+ {
15945
+ "name": "SUBSCRIBE",
15946
+ "kind": "enum_entry"
15947
+ },
15948
+ {
15949
+ "name": "apiKey",
15950
+ "kind": "property",
15951
+ "signature": {
15952
+ "parameters": [],
15953
+ "returns": "String"
15954
+ }
15955
+ }
15956
+ ],
15957
+ "nested_types": [
15958
+ {
15959
+ "name": "DEFAULT",
15960
+ "kind": "class",
15961
+ "primary_decl": {
15962
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.chat.channel/-amity-channel-notification-mode/-d-e-f-a-u-l-t/index.md",
15963
+ "line": null
15964
+ },
15965
+ "members": [],
15966
+ "nested_types": []
15967
+ },
15968
+ {
15969
+ "name": "SILENT",
15970
+ "kind": "class",
15971
+ "primary_decl": {
15972
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.chat.channel/-amity-channel-notification-mode/-s-i-l-e-n-t/index.md",
15973
+ "line": null
15974
+ },
15975
+ "members": [],
15976
+ "nested_types": []
15977
+ },
15978
+ {
15979
+ "name": "SUBSCRIBE",
15980
+ "kind": "class",
15981
+ "primary_decl": {
15982
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.chat.channel/-amity-channel-notification-mode/-s-u-b-s-c-r-i-b-e/index.md",
15983
+ "line": null
15984
+ },
15985
+ "members": [],
15986
+ "nested_types": []
15987
+ }
15988
+ ]
15989
+ },
15216
15990
  "AmityChannelMember": {
15217
15991
  "kind": "data class",
15218
15992
  "language": "kotlin",
@@ -15396,6 +16170,14 @@
15396
16170
  "name": "State",
15397
16171
  "kind": "nested_type"
15398
16172
  },
16173
+ {
16174
+ "name": "getChannel",
16175
+ "kind": "method",
16176
+ "signature": {
16177
+ "parameters": [],
16178
+ "returns": "AmityChannel?"
16179
+ }
16180
+ },
15399
16181
  {
15400
16182
  "name": "getChannelId",
15401
16183
  "kind": "method",
@@ -15404,6 +16186,14 @@
15404
16186
  "returns": "String"
15405
16187
  }
15406
16188
  },
16189
+ {
16190
+ "name": "getChannelMembers",
16191
+ "kind": "method",
16192
+ "signature": {
16193
+ "parameters": [],
16194
+ "returns": "List<AmityChannelMember>"
16195
+ }
16196
+ },
15407
16197
  {
15408
16198
  "name": "getChildCount",
15409
16199
  "kind": "method",
@@ -17605,6 +18395,18 @@
17605
18395
  "name": "NETWORK_NOTIFICATION_IS_OFF",
17606
18396
  "kind": "enum_entry"
17607
18397
  },
18398
+ {
18399
+ "name": "VISITOR_USAGE_LIMIT_EXCEEDED",
18400
+ "kind": "enum_entry"
18401
+ },
18402
+ {
18403
+ "name": "FEED_SNAPSHOT_EXPIRED",
18404
+ "kind": "enum_entry"
18405
+ },
18406
+ {
18407
+ "name": "MAX_BLOCKED_USERS_REACHED",
18408
+ "kind": "enum_entry"
18409
+ },
17608
18410
  {
17609
18411
  "name": "VISITOR_PERMISSION_DENIED",
17610
18412
  "kind": "enum_entry"
@@ -17661,6 +18463,10 @@
17661
18463
  "name": "TOKEN_RENEWAL_FAILED",
17662
18464
  "kind": "enum_entry"
17663
18465
  },
18466
+ {
18467
+ "name": "FOR_YOU_FEED_DISABLED",
18468
+ "kind": "enum_entry"
18469
+ },
17664
18470
  {
17665
18471
  "name": "UNKNOWN",
17666
18472
  "kind": "enum_entry"
@@ -17796,6 +18602,16 @@
17796
18602
  "members": [],
17797
18603
  "nested_types": []
17798
18604
  },
18605
+ {
18606
+ "name": "FEED_SNAPSHOT_EXPIRED",
18607
+ "kind": "class",
18608
+ "primary_decl": {
18609
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.error/-amity-error/-f-e-e-d_-s-n-a-p-s-h-o-t_-e-x-p-i-r-e-d/index.md",
18610
+ "line": null
18611
+ },
18612
+ "members": [],
18613
+ "nested_types": []
18614
+ },
17799
18615
  {
17800
18616
  "name": "FILE_SIZE_EXCEEDED",
17801
18617
  "kind": "class",
@@ -17816,6 +18632,16 @@
17816
18632
  "members": [],
17817
18633
  "nested_types": []
17818
18634
  },
18635
+ {
18636
+ "name": "FOR_YOU_FEED_DISABLED",
18637
+ "kind": "class",
18638
+ "primary_decl": {
18639
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.error/-amity-error/-f-o-r_-y-o-u_-f-e-e-d_-d-i-s-a-b-l-e-d/index.md",
18640
+ "line": null
18641
+ },
18642
+ "members": [],
18643
+ "nested_types": []
18644
+ },
17819
18645
  {
17820
18646
  "name": "HANDLER_NOT_SET",
17821
18647
  "kind": "class",
@@ -17886,6 +18712,16 @@
17886
18712
  "members": [],
17887
18713
  "nested_types": []
17888
18714
  },
18715
+ {
18716
+ "name": "MAX_BLOCKED_USERS_REACHED",
18717
+ "kind": "class",
18718
+ "primary_decl": {
18719
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.error/-amity-error/-m-a-x_-b-l-o-c-k-e-d_-u-s-e-r-s_-r-e-a-c-h-e-d/index.md",
18720
+ "line": null
18721
+ },
18722
+ "members": [],
18723
+ "nested_types": []
18724
+ },
17889
18725
  {
17890
18726
  "name": "MAX_REPETITION_EXCEED",
17891
18727
  "kind": "class",
@@ -18095,6 +18931,16 @@
18095
18931
  },
18096
18932
  "members": [],
18097
18933
  "nested_types": []
18934
+ },
18935
+ {
18936
+ "name": "VISITOR_USAGE_LIMIT_EXCEEDED",
18937
+ "kind": "class",
18938
+ "primary_decl": {
18939
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.error/-amity-error/-v-i-s-i-t-o-r_-u-s-a-g-e_-l-i-m-i-t_-e-x-c-e-e-d-e-d/index.md",
18940
+ "line": null
18941
+ },
18942
+ "members": [],
18943
+ "nested_types": []
18098
18944
  }
18099
18945
  ]
18100
18946
  },
@@ -18175,6 +19021,131 @@
18175
19021
  ],
18176
19022
  "nested_types": []
18177
19023
  },
19024
+ "AmityForYouFeedDisabledError": {
19025
+ "kind": "class",
19026
+ "language": "kotlin",
19027
+ "primary_decl": {
19028
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.error/-amity-for-you-feed-disabled-error/index.md",
19029
+ "line": null
19030
+ },
19031
+ "members": [],
19032
+ "nested_types": []
19033
+ },
19034
+ "AmityAutoSubscription": {
19035
+ "kind": "enum",
19036
+ "language": "kotlin",
19037
+ "primary_decl": {
19038
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.events/-amity-auto-subscription/index.md",
19039
+ "line": null
19040
+ },
19041
+ "members": [
19042
+ {
19043
+ "name": "CHAT",
19044
+ "kind": "enum_entry"
19045
+ },
19046
+ {
19047
+ "name": "NETWORK",
19048
+ "kind": "enum_entry"
19049
+ },
19050
+ {
19051
+ "name": "LIVESTREAM",
19052
+ "kind": "enum_entry"
19053
+ },
19054
+ {
19055
+ "name": "BLOCK",
19056
+ "kind": "enum_entry"
19057
+ }
19058
+ ],
19059
+ "nested_types": [
19060
+ {
19061
+ "name": "BLOCK",
19062
+ "kind": "class",
19063
+ "primary_decl": {
19064
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.events/-amity-auto-subscription/-b-l-o-c-k/index.md",
19065
+ "line": null
19066
+ },
19067
+ "members": [],
19068
+ "nested_types": []
19069
+ },
19070
+ {
19071
+ "name": "CHAT",
19072
+ "kind": "class",
19073
+ "primary_decl": {
19074
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.events/-amity-auto-subscription/-c-h-a-t/index.md",
19075
+ "line": null
19076
+ },
19077
+ "members": [],
19078
+ "nested_types": []
19079
+ },
19080
+ {
19081
+ "name": "LIVESTREAM",
19082
+ "kind": "class",
19083
+ "primary_decl": {
19084
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.events/-amity-auto-subscription/-l-i-v-e-s-t-r-e-a-m/index.md",
19085
+ "line": null
19086
+ },
19087
+ "members": [],
19088
+ "nested_types": []
19089
+ },
19090
+ {
19091
+ "name": "NETWORK",
19092
+ "kind": "class",
19093
+ "primary_decl": {
19094
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.events/-amity-auto-subscription/-n-e-t-w-o-r-k/index.md",
19095
+ "line": null
19096
+ },
19097
+ "members": [],
19098
+ "nested_types": []
19099
+ }
19100
+ ]
19101
+ },
19102
+ "AmityAutoSubscriptionState": {
19103
+ "kind": "data class",
19104
+ "language": "kotlin",
19105
+ "primary_decl": {
19106
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.events/-amity-auto-subscription-state/index.md",
19107
+ "line": null
19108
+ },
19109
+ "members": [
19110
+ {
19111
+ "name": "AmityAutoSubscriptionState",
19112
+ "kind": "constructor"
19113
+ },
19114
+ {
19115
+ "name": "active",
19116
+ "kind": "property",
19117
+ "signature": {
19118
+ "parameters": [],
19119
+ "returns": "Boolean<br>True when the underlying broker subscription is active (ref-count 0 or a default-on system handle that has not been opted out)."
19120
+ }
19121
+ },
19122
+ {
19123
+ "name": "feature",
19124
+ "kind": "property",
19125
+ "signature": {
19126
+ "parameters": [],
19127
+ "returns": "AmityAutoSubscription"
19128
+ }
19129
+ },
19130
+ {
19131
+ "name": "isSystem",
19132
+ "kind": "property",
19133
+ "signature": {
19134
+ "parameters": [],
19135
+ "returns": "Boolean<br>True for the default-on system handles (currently every handle)."
19136
+ }
19137
+ },
19138
+ {
19139
+ "name": "topicCount",
19140
+ "kind": "property",
19141
+ "signature": {
19142
+ "parameters": [],
19143
+ "returns": "Int<br>Number of MQTT topic slots this handle consumes against the BE 20-cap."
19144
+ }
19145
+ }
19146
+ ],
19147
+ "nested_types": []
19148
+ },
18178
19149
  "AmityCommentEvents": {
18179
19150
  "kind": "enum",
18180
19151
  "language": "kotlin",
@@ -23223,7 +24194,26 @@
23223
24194
  "kind": "constructor"
23224
24195
  },
23225
24196
  {
23226
- "name": "userId",
24197
+ "name": "userId",
24198
+ "kind": "property",
24199
+ "signature": {
24200
+ "parameters": [],
24201
+ "returns": "String"
24202
+ }
24203
+ }
24204
+ ],
24205
+ "nested_types": []
24206
+ },
24207
+ "AmityUserToken": {
24208
+ "kind": "class",
24209
+ "language": "kotlin",
24210
+ "primary_decl": {
24211
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.session/-amity-user-token/index.md",
24212
+ "line": null
24213
+ },
24214
+ "members": [
24215
+ {
24216
+ "name": "accessToken",
23227
24217
  "kind": "property",
23228
24218
  "signature": {
23229
24219
  "parameters": [],
@@ -23233,16 +24223,20 @@
23233
24223
  ],
23234
24224
  "nested_types": []
23235
24225
  },
23236
- "AmityUserToken": {
23237
- "kind": "class",
24226
+ "AmityVisitorUsageLimitEvent": {
24227
+ "kind": "data class",
23238
24228
  "language": "kotlin",
23239
24229
  "primary_decl": {
23240
- "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.session/-amity-user-token/index.md",
24230
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.session/-amity-visitor-usage-limit-event/index.md",
23241
24231
  "line": null
23242
24232
  },
23243
24233
  "members": [
23244
24234
  {
23245
- "name": "accessToken",
24235
+ "name": "AmityVisitorUsageLimitEvent",
24236
+ "kind": "constructor"
24237
+ },
24238
+ {
24239
+ "name": "userId",
23246
24240
  "kind": "property",
23247
24241
  "signature": {
23248
24242
  "parameters": [],
@@ -23337,6 +24331,107 @@
23337
24331
  ],
23338
24332
  "nested_types": []
23339
24333
  },
24334
+ "AmityForYouFeedSetting": {
24335
+ "kind": "data class",
24336
+ "language": "kotlin",
24337
+ "primary_decl": {
24338
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.settings/-amity-for-you-feed-setting/index.md",
24339
+ "line": null
24340
+ },
24341
+ "members": [
24342
+ {
24343
+ "name": "enabled",
24344
+ "kind": "property",
24345
+ "signature": {
24346
+ "parameters": [],
24347
+ "returns": "Boolean"
24348
+ }
24349
+ }
24350
+ ],
24351
+ "nested_types": []
24352
+ },
24353
+ "AmitySharableContentType": {
24354
+ "kind": "enum",
24355
+ "language": "kotlin",
24356
+ "primary_decl": {
24357
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.shareablelink/-amity-sharable-content-type/index.md",
24358
+ "line": null
24359
+ },
24360
+ "members": [
24361
+ {
24362
+ "name": "POST",
24363
+ "kind": "enum_entry"
24364
+ },
24365
+ {
24366
+ "name": "COMMUNITY",
24367
+ "kind": "enum_entry"
24368
+ },
24369
+ {
24370
+ "name": "USER",
24371
+ "kind": "enum_entry"
24372
+ },
24373
+ {
24374
+ "name": "LIVESTREAM",
24375
+ "kind": "enum_entry"
24376
+ },
24377
+ {
24378
+ "name": "EVENT",
24379
+ "kind": "enum_entry"
24380
+ }
24381
+ ],
24382
+ "nested_types": [
24383
+ {
24384
+ "name": "COMMUNITY",
24385
+ "kind": "class",
24386
+ "primary_decl": {
24387
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.shareablelink/-amity-sharable-content-type/-c-o-m-m-u-n-i-t-y/index.md",
24388
+ "line": null
24389
+ },
24390
+ "members": [],
24391
+ "nested_types": []
24392
+ },
24393
+ {
24394
+ "name": "EVENT",
24395
+ "kind": "class",
24396
+ "primary_decl": {
24397
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.shareablelink/-amity-sharable-content-type/-e-v-e-n-t/index.md",
24398
+ "line": null
24399
+ },
24400
+ "members": [],
24401
+ "nested_types": []
24402
+ },
24403
+ {
24404
+ "name": "LIVESTREAM",
24405
+ "kind": "class",
24406
+ "primary_decl": {
24407
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.shareablelink/-amity-sharable-content-type/-l-i-v-e-s-t-r-e-a-m/index.md",
24408
+ "line": null
24409
+ },
24410
+ "members": [],
24411
+ "nested_types": []
24412
+ },
24413
+ {
24414
+ "name": "POST",
24415
+ "kind": "class",
24416
+ "primary_decl": {
24417
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.shareablelink/-amity-sharable-content-type/-p-o-s-t/index.md",
24418
+ "line": null
24419
+ },
24420
+ "members": [],
24421
+ "nested_types": []
24422
+ },
24423
+ {
24424
+ "name": "USER",
24425
+ "kind": "class",
24426
+ "primary_decl": {
24427
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.core.shareablelink/-amity-sharable-content-type/-u-s-e-r/index.md",
24428
+ "line": null
24429
+ },
24430
+ "members": [],
24431
+ "nested_types": []
24432
+ }
24433
+ ]
24434
+ },
23340
24435
  "AmityShareableLinkConfiguration": {
23341
24436
  "kind": "data class",
23342
24437
  "language": "kotlin",
@@ -23349,6 +24444,23 @@
23349
24444
  "name": "AmityShareableLinkConfiguration",
23350
24445
  "kind": "constructor"
23351
24446
  },
24447
+ {
24448
+ "name": "generateLink",
24449
+ "kind": "method",
24450
+ "signature": {
24451
+ "parameters": [
24452
+ {
24453
+ "name": "contentType",
24454
+ "type": "AmitySharableContentType"
24455
+ },
24456
+ {
24457
+ "name": "referenceId",
24458
+ "type": "String"
24459
+ }
24460
+ ],
24461
+ "returns": null
24462
+ }
24463
+ },
23352
24464
  {
23353
24465
  "name": "getDomain",
23354
24466
  "kind": "method",
@@ -23357,12 +24469,34 @@
23357
24469
  "returns": "String"
23358
24470
  }
23359
24471
  },
24472
+ {
24473
+ "name": "getPattern",
24474
+ "kind": "method",
24475
+ "signature": {
24476
+ "parameters": [
24477
+ {
24478
+ "name": "contentType",
24479
+ "type": "AmitySharableContentType"
24480
+ }
24481
+ ],
24482
+ "returns": null
24483
+ }
24484
+ },
23360
24485
  {
23361
24486
  "name": "getPatterns",
24487
+ "kind": "method"
24488
+ },
24489
+ {
24490
+ "name": "isEnabled",
23362
24491
  "kind": "method",
23363
24492
  "signature": {
23364
- "parameters": [],
23365
- "returns": "Map<String, String>"
24493
+ "parameters": [
24494
+ {
24495
+ "name": "contentType",
24496
+ "type": "AmitySharableContentType"
24497
+ }
24498
+ ],
24499
+ "returns": null
23366
24500
  }
23367
24501
  }
23368
24502
  ],
@@ -27241,6 +28375,133 @@
27241
28375
  }
27242
28376
  ]
27243
28377
  },
28378
+ "AmityForYouFeedContext": {
28379
+ "kind": "data class",
28380
+ "language": "kotlin",
28381
+ "primary_decl": {
28382
+ "file": "Amity-Social-Cloud-SDK-Android/amity-sdk/build/dokka/gfm/amity-sdk/com.amity.socialcloud.sdk.model.social.post/-amity-for-you-feed-context/index.md",
28383
+ "line": null
28384
+ },
28385
+ "members": [
28386
+ {
28387
+ "name": "AmityForYouFeedContext",
28388
+ "kind": "constructor"
28389
+ },
28390
+ {
28391
+ "name": "feedAffinityScore",
28392
+ "kind": "property",
28393
+ "signature": {
28394
+ "parameters": [],
28395
+ "returns": "Double"
28396
+ }
28397
+ },
28398
+ {
28399
+ "name": "feedFinalScore",
28400
+ "kind": "property",
28401
+ "signature": {
28402
+ "parameters": [],
28403
+ "returns": "Double"
28404
+ }
28405
+ },
28406
+ {
28407
+ "name": "feedFreshnessScore",
28408
+ "kind": "property",
28409
+ "signature": {
28410
+ "parameters": [],
28411
+ "returns": "Double"
28412
+ }
28413
+ },
28414
+ {
28415
+ "name": "feedInjectionType",
28416
+ "kind": "property",
28417
+ "signature": {
28418
+ "parameters": [],
28419
+ "returns": "String<br>`ranked` / `exploration` / `live_stream`."
28420
+ }
28421
+ },
28422
+ {
28423
+ "name": "feedMmrPenalty",
28424
+ "kind": "property",
28425
+ "signature": {
28426
+ "parameters": [],
28427
+ "returns": "Double"
28428
+ }
28429
+ },
28430
+ {
28431
+ "name": "feedMmrScore",
28432
+ "kind": "property",
28433
+ "signature": {
28434
+ "parameters": [],
28435
+ "returns": "Double?<br>MMR-adjusted score. Null for `exploration` / `live_stream`."
28436
+ }
28437
+ },
28438
+ {
28439
+ "name": "feedPagePosition",
28440
+ "kind": "property",
28441
+ "signature": {
28442
+ "parameters": [],
28443
+ "returns": "Int<br>0-based position in this page's final output (after injection + validation)."
28444
+ }
28445
+ },
28446
+ {
28447
+ "name": "feedPersonalizationStage",
28448
+ "kind": "property",
28449
+ "signature": {
28450
+ "parameters": [],
28451
+ "returns": "Int?<br>GCF personalization stage for this user. Null for `live_stream`."
28452
+ }
28453
+ },
28454
+ {
28455
+ "name": "feedPopularityScore",
28456
+ "kind": "property",
28457
+ "signature": {
28458
+ "parameters": [],
28459
+ "returns": "Double"
28460
+ }
28461
+ },
28462
+ {
28463
+ "name": "feedRelevanceScore",
28464
+ "kind": "property",
28465
+ "signature": {
28466
+ "parameters": [],
28467
+ "returns": "Double<br>Per-signal scores. All sourced from the post's `feedMetadata` entry."
28468
+ }
28469
+ },
28470
+ {
28471
+ "name": "feedRenderPosition",
28472
+ "kind": "property",
28473
+ "signature": {
28474
+ "parameters": [],
28475
+ "returns": "Int<br>0-indexed visual position assigned by the UIKit at render time. Accounts for posts removed by client-side filtering \u2014 UIKit-computed, not BE-derivable."
28476
+ }
28477
+ },
28478
+ {
28479
+ "name": "feedScoredRank",
28480
+ "kind": "property",
28481
+ "signature": {
28482
+ "parameters": [],
28483
+ "returns": "Int?<br>0-based rank in the GCF-ranked candidate list. Null for `exploration` / `live_stream`."
28484
+ }
28485
+ },
28486
+ {
28487
+ "name": "feedScoringId",
28488
+ "kind": "property",
28489
+ "signature": {
28490
+ "parameters": [],
28491
+ "returns": "String?<br>BE scoring-run identifier. Always null today \u2014 `feed_scoring_id` is required on engagement events per tech-proposals/30 but not yet exposed in the BE feed payload. See `ForYouFeedMetadataDto` for the open gap."
28492
+ }
28493
+ },
28494
+ {
28495
+ "name": "feedSnapshotPosition",
28496
+ "kind": "property",
28497
+ "signature": {
28498
+ "parameters": [],
28499
+ "returns": "Int<br>0-indexed position in the Redis snapshot (post-MMR). From `feedMetadata.feedSnapshotPosition`."
28500
+ }
28501
+ }
28502
+ ],
28503
+ "nested_types": []
28504
+ },
27244
28505
  "AmityPost": {
27245
28506
  "kind": "data class",
27246
28507
  "language": "kotlin",
@@ -27333,6 +28594,14 @@
27333
28594
  "returns": "DateTime?"
27334
28595
  }
27335
28596
  },
28597
+ {
28598
+ "name": "getEventId",
28599
+ "kind": "method",
28600
+ "signature": {
28601
+ "parameters": [],
28602
+ "returns": "String?"
28603
+ }
28604
+ },
27336
28605
  {
27337
28606
  "name": "getFeedType",
27338
28607
  "kind": "method"
@@ -27901,6 +29170,19 @@
27901
29170
  "line": null
27902
29171
  },
27903
29172
  "members": [
29173
+ {
29174
+ "name": "markAsMeaningfullyViewed",
29175
+ "kind": "method",
29176
+ "signature": {
29177
+ "parameters": [
29178
+ {
29179
+ "name": "feedRenderPosition",
29180
+ "type": "Int? = null"
29181
+ }
29182
+ ],
29183
+ "returns": null
29184
+ }
29185
+ },
27904
29186
  {
27905
29187
  "name": "markAsViewed",
27906
29188
  "kind": "method"
@@ -30299,12 +31581,12 @@
30299
31581
  "typealiases": [],
30300
31582
  "stats": {
30301
31583
  "packages_scanned": 130,
30302
- "packages_skipped_non_amity": 138,
30303
- "types": 319,
31584
+ "packages_skipped_non_amity": 140,
31585
+ "types": 329,
30304
31586
  "interfaces": 3,
30305
- "members_total": 1886,
31587
+ "members_total": 1953,
30306
31588
  "global_funcs": 10,
30307
- "nested_types_total": 455,
30308
- "enum_entries_total": 279
31589
+ "nested_types_total": 473,
31590
+ "enum_entries_total": 295
30309
31591
  }
30310
31592
  }