Type parameters

Hierarchy

Properties

Readonly code

code: string

App code of the URL’s target (the app’s code).

Readonly id

id: string

ID of the URL’s target.

Readonly namespace

namespace: string

Namespace of the URL target (the code of the workspace that the app belongs to).

Methods

fetch

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>