Type parameters
Hierarchy
-
ItemRef<LineClientItem>
- LineClientItemRef
Properties
Readonly code
App code of the URL’s target (the app’s code).
Readonly id
ID of the URL’s target.
Readonly namespace
Namespace of the URL target (the code of the workspace that the app belongs to).
Methods
fetch
-
Request complete data of a reference object.
Returns Promise<LineClientItem>
getBlockedStatus
-
The method allows getting a client's block status.
Returns one of the values LineClientBlockedStatus:
const client = Context.data.client; const clientStatus = client. getBlockedStatus();
Returns Promise<LineClientBlockedStatus>
Link to the Live Chat client object