-
Notifications
You must be signed in to change notification settings - Fork 0
PhoneEndpoint
Lejla Solak edited this page Sep 7, 2023
·
2 revisions
extends
Endpoint
Creates a new instance of PhoneEndpoint
.
none
let phoneEndpoint = new PhoneEndpoint();
phoneEndpoint.phoneNumber = "phoneNumber";
console.log(`This endpoints identifier is: ${phoneEndpoint.identifier} and the display identifier is: ${phoneEndpoint.displayIdentifier()`);