Master Data Reference of GS2-Chat

Reference of the format of master data and various models to be imported
{
  "version": "2020-04-30",
  "categoryModels": [
    {
      "category": "[int]Category",
      "rejectAccessTokenPost": "[string?]Reject posts using access tokens"
    }
  ]
}
TypeConditionRequireDefaultLimitationDescription
version
2020-04-30Format version of master data
categoryModelsList<CategoryModel>~ 1000 itemsCategoryModel

CategoryModel

CategoryModel

The category model is the setting for the categories to be posted in the room.

TypeConditionRequireDefaultLimitationDescription
categoryModelIdstring
~ 1024 charsCategory Model GRN
categoryint
~ 2147483645Category
rejectAccessTokenPostString Enum
enum {
    “Enabled”,
    “Disabled”
}
~ 128 charsReject posts using access tokens
Enumerator String DefinitionDescription
“Enabled”Enabled
“Disabled”Disabled

NotificationType

Notification Type

Setting categories for receiving new message notifications

TypeConditionRequireDefaultLimitationDescription
categoryint
0~ 2147483646Categories for which you receive new message notifications
enableTransferMobilePushNotificationbool
falseTransfer to mobile push notifications when you were offline?