Device Phone Number
Get Device Phone Number
window.WTN.getDevicePhoneNumber({
callback: function (response) {
console.log(response.phoneNumber);
},
});import { getDevicePhoneNumber } from "webtonative";
getDevicePhoneNumber({
callback: (response) => {
console.log(response.phoneNumber);
},
});Key
Type
Required
Description
Key
Type
Description
Last updated