Represents a ClientPayload.

Hierarchy

  • ClientPayload

Implements

Constructors

Properties

connectAttemptCount?: null | number

ClientPayload connectAttemptCount.

connectReason?: null | ConnectReason

ClientPayload connectReason.

connectType?: null | ConnectType

ClientPayload connectType.

device?: null | number

ClientPayload device.

devicePairingData?: null | IDevicePairingRegistrationData

ClientPayload devicePairingData.

dnsSource?: null | IDNSSource

ClientPayload dnsSource.

fbAppId?: null | number | Long

ClientPayload fbAppId.

fbCat?: null | Uint8Array

ClientPayload fbCat.

fbDeviceId?: null | Uint8Array

ClientPayload fbDeviceId.

fbUserAgent?: null | Uint8Array

ClientPayload fbUserAgent.

interopData?: null | IInteropData

ClientPayload interopData.

iosAppExtension?: null | IOSAppExtension

ClientPayload iosAppExtension.

lc?: null | number

ClientPayload lc.

memClass?: null | number

ClientPayload memClass.

oc?: null | boolean

ClientPayload oc.

paddingBytes?: null | Uint8Array

ClientPayload paddingBytes.

passive?: null | boolean

ClientPayload passive.

product?: null | proto.ClientPayload.Product

ClientPayload product.

pull?: null | boolean

ClientPayload pull.

pushName?: null | string

ClientPayload pushName.

sessionId?: null | number

ClientPayload sessionId.

shards: number[]

ClientPayload shards.

shortConnect?: null | boolean

ClientPayload shortConnect.

trafficAnonymization?: null | TrafficAnonymization

ClientPayload trafficAnonymization.

userAgent?: null | IUserAgent

ClientPayload userAgent.

username?: null | number | Long

ClientPayload username.

webInfo?: null | IWebInfo

ClientPayload webInfo.

yearClass?: null | number

ClientPayload yearClass.

Methods

  • Converts this ClientPayload to JSON.

    Returns {
        [k: string]: any;
    }

    JSON object

    • [k: string]: any
  • Decodes a ClientPayload message from the specified reader or buffer.

    Parameters

    • reader: Uint8Array | Reader

      Reader or buffer to decode from

    • Optional length: number

      Message length if known beforehand

    Returns ClientPayload

    ClientPayload

    Throws

    If the payload is not a reader or valid buffer

    Throws

    If required fields are missing

  • Decodes a ClientPayload message from the specified reader or buffer, length delimited.

    Parameters

    • reader: Uint8Array | Reader

      Reader or buffer to decode from

    Returns ClientPayload

    ClientPayload

    Throws

    If the payload is not a reader or valid buffer

    Throws

    If required fields are missing

  • Encodes the specified ClientPayload message. Does not implicitly verify messages.

    Parameters

    • message: IClientPayload

      ClientPayload message or plain object to encode

    • Optional writer: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Encodes the specified ClientPayload message, length delimited. Does not implicitly verify messages.

    Parameters

    • message: IClientPayload

      ClientPayload message or plain object to encode

    • Optional writer: Writer

      Writer to encode to

    Returns Writer

    Writer

  • Creates a ClientPayload message from a plain object. Also converts values to their respective internal types.

    Parameters

    • object: {
          [k: string]: any;
      }

      Plain object

      • [k: string]: any

    Returns ClientPayload

    ClientPayload

  • Gets the default type url for ClientPayload

    Parameters

    • Optional typeUrlPrefix: string

      your custom typeUrlPrefix(default "type.googleapis.com")

    Returns string

    The default type url

  • Creates a plain object from a ClientPayload message. Also converts values to other types if specified.

    Parameters

    • message: ClientPayload

      ClientPayload

    • Optional options: IConversionOptions

      Conversion options

    Returns {
        [k: string]: any;
    }

    Plain object

    • [k: string]: any
  • Verifies a ClientPayload message.

    Parameters

    • message: {
          [k: string]: any;
      }

      Plain object to verify

      • [k: string]: any

    Returns null | string

    null if valid, otherwise the reason why it is not

Generated using TypeDoc