FAQ
The Mobilisten FlutterSDK provides various FAQ-related APIs for the users to perform actions like opening SDK articles from their application, getting the article list, getting the article categories list, and controlling the visibility of FAQs, etc.
Property | Datatype | Description |
id | String | ID of the article |
articleName | String | Name of the article |
categoryID | String | ID of the article category |
categoryName | String | Name of the article category |
viewCount | int | Number of times the article was viewed |
likeCount | int | Number of times the article was liked |
dislikeCount | int | Number of times the article was disliked |
departmentID | String | ID of the department to which the article is associated |
createdTime | DateTime | Time at which the article was created |
modifiedTime | DateTime | Time at which the article was modified |