Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

getAllUsers

  • getAllUsers(paging?: Paging): Promise<any>

getAttributes

  • getAttributes(channel: string, userId: string): Promise<any>
  • Parameters

    • channel: string
    • userId: string

    Returns Promise<any>

getOrCreateUser

getUserCount

  • getUserCount(): Promise<any>

setAttributes

  • setAttributes(channel: string, userId: string, attributes: any): Promise<void>
  • Parameters

    • channel: string
    • userId: string
    • attributes: any

    Returns Promise<void>

updateAttributes

  • updateAttributes(channel: string, userId: string, attributes: any): Promise<void>
  • Parameters

    • channel: string
    • userId: string
    • attributes: any

    Returns Promise<void>

Generated using TypeDoc