Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

PhoneEndpoint

Adnan Arnautović edited this page Jan 26, 2023 · 1 revision

extends Endpoint

constructor()

Description

Creates a new instance of PhoneEndpoint.

Arguments

  • none

Returns

  • none

Example

let phoneEndpoint = new PhoneEndpoint();
phoneEndpoint.phoneNumber = "phoneNumber";
console.log(`This endpoints identifier is: ${phoneEndpoint.identifier()} and the display identifier is: ${phoneEndpoint.displayIdentifier()`);
Clone this wiki locally