pyze-nativescript
Version:
Pyze Analytics, Growth Intelligence Platform, Push Notification, In App Messages and more
840 lines • 134 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var pyze_ns_ios_1 = require("./pyze-ns-ios");
var Pyze = (function () {
function Pyze() {
}
;
Pyze.initialize = function (pyzeAppKey) {
pyze_ns_ios_1.NSPyze.initialize(pyzeAppKey);
};
Pyze.initializeWithLogLevel = function (pyzeAppKey, logLevel) {
pyze_ns_ios_1.NSPyze.initializeWithLogLevel(pyzeAppKey, logLevel);
};
Pyze.getTimerReference = function () {
return pyze_ns_ios_1.NSPyze.getTimerReference();
};
Pyze.showInAppNotification = function (callback) {
pyze_ns_ios_1.NSPyze.showInAppNotification(callback);
};
Pyze.showInAppNotificatonWithCustomAttributes = function (messageType, navigationBarColor, callback) {
pyze_ns_ios_1.NSPyze.showInAppNotificatonWithCustomAttributes(messageType, navigationBarColor, callback);
};
Pyze.closeInAppMessage = function () {
pyze_ns_ios_1.NSPyze.closeInAppMessage();
};
Pyze.countNewUnFetchedMessages = function (callback) {
pyze_ns_ios_1.NSPyze.countNewUnFetchedMessages(callback);
};
Pyze.getMessageHeaderOfType = function (messageType, callback) {
pyze_ns_ios_1.NSPyze.getMessageHeaderOfType(messageType, callback);
};
Pyze.getMessageWithContentID = function (cId, mId, callback) { };
Pyze.setUserOptOut = function (isUserOptedOut) {
pyze_ns_ios_1.NSPyze.setUserOptOut(isUserOptedOut);
};
Pyze.deleteUser = function (shouldDeleteUser) {
pyze_ns_ios_1.NSPyze.deleteUser(shouldDeleteUser);
};
return Pyze;
}());
exports.Pyze = Pyze;
var PyzeEvents = (function () {
function PyzeEvents() {
}
PyzeEvents.postCustomEvent = function (eventName) {
pyze_ns_ios_1.NSPyzeEvents.postCustomEvent(eventName);
};
PyzeEvents.postCustomEventWithAttributes = function (eventName, customAttributes) {
pyze_ns_ios_1.NSPyzeEvents.postCustomEventWithAttributes(eventName, customAttributes);
};
PyzeEvents.postTimedEventWithName = function (eventName, timerReferece) {
pyze_ns_ios_1.NSPyzeEvents.postTimedEventWithName(eventName, timerReferece);
};
PyzeEvents.postTimedEventWithNameAndAttributes = function (eventName, timerReferece, customAttributes) {
pyze_ns_ios_1.NSPyzeEvents.postTimedEventWithNameAndAttributes(eventName, timerReferece, customAttributes);
};
return PyzeEvents;
}());
exports.PyzeEvents = PyzeEvents;
var PyzeAccount = (function () {
function PyzeAccount() {
}
PyzeAccount.postLoginOffered = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postLoginOffered(customAttributes);
};
PyzeAccount.postLoginStarted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postLoginStarted(customAttributes);
};
PyzeAccount.postSocialLoginOffered = function (type, customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postSocialLoginOffered(type, customAttributes);
};
PyzeAccount.postSocialLoginStarted = function (type, customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postSocialLoginStarted(type, customAttributes);
};
PyzeAccount.postSocialLoginCompleted = function (type, customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postSocialLoginCompleted(type, customAttributes);
};
PyzeAccount.postRegistrationOffered = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postRegistrationOffered(customAttributes);
};
PyzeAccount.postRegistrationStarted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postRegistrationStarted(customAttributes);
};
PyzeAccount.postRegistrationCompleted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postRegistrationCompleted(customAttributes);
};
PyzeAccount.postLoginCompleted = function (success, errCodeStr, customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postLoginCompleted(success, errCodeStr, customAttributes);
};
PyzeAccount.postLogoutCompleted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postLogoutCompleted(customAttributes);
};
PyzeAccount.postPasswordResetRequest = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postPasswordResetRequest(customAttributes);
};
PyzeAccount.postPasswordResetCompleted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAccount.postPasswordResetCompleted(customAttributes);
};
return PyzeAccount;
}());
exports.PyzeAccount = PyzeAccount;
var PyzeAd = (function () {
function PyzeAd() {
}
PyzeAd.postAdRequested = function (adNetwork, appScreen, size, type, customAttributes) {
pyze_ns_ios_1.NSPyzeAd.postAdRequested(adNetwork, appScreen, size, type, customAttributes);
};
PyzeAd.postAdReceived = function (adNetwork, appScreen, resultCode, success, customAttributes) {
pyze_ns_ios_1.NSPyzeAd.postAdReceived(adNetwork, appScreen, resultCode, success, customAttributes);
};
PyzeAd.postAdClicked = function (adNetwork, appScreen, adCode, success, errorCode, customAttributes) {
pyze_ns_ios_1.NSPyzeAd.postAdClicked(adNetwork, appScreen, adCode, success, errorCode, customAttributes);
};
return PyzeAd;
}());
exports.PyzeAd = PyzeAd;
var PyzeAdvocacy = (function () {
function PyzeAdvocacy() {
}
PyzeAdvocacy.postRequestFeedback = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAdvocacy.postRequestFeedback(customAttributes);
};
PyzeAdvocacy.postFeedbackProvided = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAdvocacy.postFeedbackProvided(customAttributes);
};
PyzeAdvocacy.postRequestRating = function (customAttributes) {
pyze_ns_ios_1.NSPyzeAdvocacy.postRequestRating(customAttributes);
};
return PyzeAdvocacy;
}());
exports.PyzeAdvocacy = PyzeAdvocacy;
var PyzeBitcoin = (function () {
function PyzeBitcoin() {
}
PyzeBitcoin.postSentBitCoins = function (customAttributes) {
pyze_ns_ios_1.NSPyzeBitcoin.postSentBitCoins(customAttributes);
};
PyzeBitcoin.postRequestedBitCoins = function (customAttributes) {
pyze_ns_ios_1.NSPyzeBitcoin.postRequestedBitCoins(customAttributes);
};
PyzeBitcoin.postReceivedBitCoins = function (customAttributes) {
pyze_ns_ios_1.NSPyzeBitcoin.postReceivedBitCoins(customAttributes);
};
PyzeBitcoin.postViewedTransaction = function (customAttributes) {
pyze_ns_ios_1.NSPyzeBitcoin.postViewedTransaction(customAttributes);
};
PyzeBitcoin.postImportedPrivateKey = function (customAttributes) {
pyze_ns_ios_1.NSPyzeBitcoin.postImportedPrivateKey(customAttributes);
};
PyzeBitcoin.postScannedPrivateKey = function (customAttributes) {
pyze_ns_ios_1.NSPyzeBitcoin.postScannedPrivateKey(customAttributes);
};
return PyzeBitcoin;
}());
exports.PyzeBitcoin = PyzeBitcoin;
var PyzeCommerceBeacon = (function () {
function PyzeCommerceBeacon() {
}
PyzeCommerceBeacon.postEnteredRegion = function (beaconUUID, beaconMajor, beaconMinor, uniqueRegionIdentifier, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceBeacon.postEnteredRegion(beaconUUID, beaconMajor, beaconMinor, uniqueRegionIdentifier, customAttributes);
};
PyzeCommerceBeacon.postExitedRegion = function (beaconUUID, beaconMajor, beaconMinor, uniqueRegionIdentifier, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceBeacon.postExitedRegion(beaconUUID, beaconMajor, beaconMinor, uniqueRegionIdentifier, customAttributes);
};
PyzeCommerceBeacon.postTransactedRegion = function (beaconUUID, beaconMajor, beaconMinor, uniqueRegionIdentifier, proximity, actionId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceBeacon.postTransactedRegion(beaconUUID, beaconMajor, beaconMinor, uniqueRegionIdentifier, proximity, actionId, customAttributes);
};
return PyzeCommerceBeacon;
}());
exports.PyzeCommerceBeacon = PyzeCommerceBeacon;
var PyzeCommerceBilling = (function () {
function PyzeCommerceBilling() {
}
PyzeCommerceBilling.postBillingStarted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceBilling.postBillingStarted(customAttributes);
};
PyzeCommerceBilling.postBillingCompleted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceBilling.postBillingCompleted(customAttributes);
};
PyzeCommerceBilling.postBillingAbandoned = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceBilling.postBillingAbandoned(customAttributes);
};
PyzeCommerceBilling.postBillingFailed = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceBilling.postBillingFailed(customAttributes);
};
return PyzeCommerceBilling;
}());
exports.PyzeCommerceBilling = PyzeCommerceBilling;
var PyzeCommerceCart = (function () {
function PyzeCommerceCart() {
}
PyzeCommerceCart.postAddItem = function (cartId, itemCategory, itemId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postAddItem(cartId, itemCategory, itemId, customAttributes);
};
PyzeCommerceCart.postAddItemFromDeals = function (cartId, itemCategory, itemId, uniqueDealId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postAddItemFromDeals(cartId, itemCategory, itemId, uniqueDealId, customAttributes);
};
PyzeCommerceCart.postAddItemFromWishList = function (cartId, itemCategory, itemId, uniqueWishListId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postAddItemFromWishList(cartId, itemCategory, itemId, uniqueWishListId, customAttributes);
};
PyzeCommerceCart.postAddItemFromCuratedList = function (cartId, itemCategory, itemId, uniqueCuratedListID, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postAddItemFromCuratedList(cartId, itemCategory, itemId, uniqueCuratedListID, customAttributes);
};
PyzeCommerceCart.postAddItemFromRecommendations = function (cartId, itemCategory, itemId, uniqueRecommendationId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postAddItemFromRecommendations(cartId, itemCategory, itemId, uniqueRecommendationId, customAttributes);
};
PyzeCommerceCart.postAddItemFromPreviousOrders = function (cartId, itemCategory, itemId, previousOrderId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postAddItemFromPreviousOrders(cartId, itemCategory, itemId, previousOrderId, customAttributes);
};
PyzeCommerceCart.postAddItemFromSearchResults = function (cartId, itemCategory, itemId, searchstring, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postAddItemFromSearchResults(cartId, itemCategory, itemId, searchstring, customAttributes);
};
PyzeCommerceCart.postAddItemFromSubscriptionList = function (cartId, itemCategory, itemId, uniqueSubscriptionId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postAddItemFromSubscriptionList(cartId, itemCategory, itemId, uniqueSubscriptionId, customAttributes);
};
PyzeCommerceCart.postRemoveItemFromCart = function (cartId, itemCategory, itemId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postRemoveItemFromCart(cartId, itemCategory, itemId, customAttributes);
};
PyzeCommerceCart.postShare = function (cartId, sharedWith, itemId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postShare(cartId, sharedWith, itemId, customAttributes);
};
PyzeCommerceCart.postView = function (cartId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCart.postView(cartId, customAttributes);
};
return PyzeCommerceCart;
}());
exports.PyzeCommerceCart = PyzeCommerceCart;
var PyzeCommerceCheckout = (function () {
function PyzeCommerceCheckout() {
}
PyzeCommerceCheckout.postCheckoutStarted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCheckout.postCheckoutStarted(customAttributes);
};
PyzeCommerceCheckout.postCheckoutCompleted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCheckout.postCheckoutCompleted(customAttributes);
};
PyzeCommerceCheckout.postCheckoutAbandoned = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCheckout.postCheckoutAbandoned(customAttributes);
};
PyzeCommerceCheckout.postCheckoutFailed = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCheckout.postCheckoutFailed(customAttributes);
};
return PyzeCommerceCheckout;
}());
exports.PyzeCommerceCheckout = PyzeCommerceCheckout;
var PyzeCommerceCuratedList = (function () {
function PyzeCommerceCuratedList() {
}
PyzeCommerceCuratedList.postCreated = function (uniqueCuratedListID, curatedListType, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCuratedList.postCreated(uniqueCuratedListID, curatedListType, customAttributes);
};
PyzeCommerceCuratedList.postBrowsed = function (curatedList, curatedListCreator, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCuratedList.postBrowsed(curatedList, curatedListCreator, customAttributes);
};
PyzeCommerceCuratedList.postAddedItem = function (uniqueCuratedListID, itemCategory, itemId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCuratedList.postAddedItem(uniqueCuratedListID, itemCategory, itemId, customAttributes);
};
PyzeCommerceCuratedList.postRemovedItem = function (uniqueCuratedListID, curatedListType, itemId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCuratedList.postRemovedItem(uniqueCuratedListID, curatedListType, itemId, customAttributes);
};
PyzeCommerceCuratedList.postShared = function (curatedList, curatedListCreator, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCuratedList.postShared(curatedList, curatedListCreator, customAttributes);
};
PyzeCommerceCuratedList.postPublished = function (curatedList, curatedListCreator, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceCuratedList.postPublished(curatedList, curatedListCreator, customAttributes);
};
return PyzeCommerceCuratedList;
}());
exports.PyzeCommerceCuratedList = PyzeCommerceCuratedList;
var PyzeCommerceDiscovery = (function () {
function PyzeCommerceDiscovery() {
}
PyzeCommerceDiscovery.postSearched = function (searchstring, latency, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceDiscovery.postSearched(searchstring, latency, customAttributes);
};
PyzeCommerceDiscovery.postBrowsedCategory = function (category, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceDiscovery.postBrowsedCategory(category, customAttributes);
};
PyzeCommerceDiscovery.postBrowsedDeals = function (uniqueDealId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceDiscovery.postBrowsedDeals(uniqueDealId, customAttributes);
};
PyzeCommerceDiscovery.postBrowsedRecommendations = function (uniqueRecommendationID, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceDiscovery.postBrowsedRecommendations(uniqueRecommendationID, customAttributes);
};
PyzeCommerceDiscovery.postBrowsedPrevOrders = function (rangeStart, rangeEnd, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceDiscovery.postBrowsedPrevOrders(rangeStart, rangeEnd, customAttributes);
};
return PyzeCommerceDiscovery;
}());
exports.PyzeCommerceDiscovery = PyzeCommerceDiscovery;
var PyzeCommerceItem = (function () {
function PyzeCommerceItem() {
}
PyzeCommerceItem.postViewedItem = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceItem.postViewedItem(customAttributes);
};
PyzeCommerceItem.postScannedItem = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceItem.postScannedItem(customAttributes);
};
PyzeCommerceItem.postViewedReviews = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceItem.postViewedReviews(customAttributes);
};
PyzeCommerceItem.postViewedDetails = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceItem.postViewedDetails(customAttributes);
};
PyzeCommerceItem.postViewedPrice = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceItem.postViewedPrice(customAttributes);
};
PyzeCommerceItem.postItemShare = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceItem.postItemShare(customAttributes);
};
PyzeCommerceItem.postItemRateOn5Scale = function (itemSKU, rating, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceItem.postItemRateOn5Scale(itemSKU, rating, customAttributes);
};
return PyzeCommerceItem;
}());
exports.PyzeCommerceItem = PyzeCommerceItem;
var PyzeCommercePayment = (function () {
function PyzeCommercePayment() {
}
PyzeCommercePayment.postPaymentStarted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommercePayment.postPaymentStarted(customAttributes);
};
PyzeCommercePayment.postPaymentCompleted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommercePayment.postPaymentCompleted(customAttributes);
};
PyzeCommercePayment.postPaymentAbandoned = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommercePayment.postPaymentAbandoned(customAttributes);
};
PyzeCommercePayment.postPaymentFailed = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommercePayment.postPaymentFailed(customAttributes);
};
return PyzeCommercePayment;
}());
exports.PyzeCommercePayment = PyzeCommercePayment;
var PyzeCommerceRevenue = (function () {
function PyzeCommerceRevenue() {
}
PyzeCommerceRevenue.postRevenue = function (revenue, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceRevenue.postRevenue(revenue, customAttributes);
};
PyzeCommerceRevenue.postRevenueDetailed = function (revenue, paymentInstrument, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceRevenue.postRevenueDetailed(revenue, paymentInstrument, customAttributes);
};
PyzeCommerceRevenue.postRevenueUsingApplePay = function (revenue, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceRevenue.postRevenueUsingApplePay(revenue, customAttributes);
};
PyzeCommerceRevenue.postRevenueUsingSamsungPay = function (revenue, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceRevenue.postRevenueUsingSamsungPay(revenue, customAttributes);
};
PyzeCommerceRevenue.postRevenueUsingGooglePay = function (revenue, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceRevenue.postRevenueUsingGooglePay(revenue, customAttributes);
};
return PyzeCommerceRevenue;
}());
exports.PyzeCommerceRevenue = PyzeCommerceRevenue;
var PyzeCommerceShipping = (function () {
function PyzeCommerceShipping() {
}
PyzeCommerceShipping.postShippingStarted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceShipping.postShippingStarted(customAttributes);
};
PyzeCommerceShipping.postShippingCompleted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceShipping.postShippingCompleted(customAttributes);
};
PyzeCommerceShipping.postShippingAbandoned = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceShipping.postShippingAbandoned(customAttributes);
};
PyzeCommerceShipping.postShippingFailed = function (customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceShipping.postShippingFailed(customAttributes);
};
return PyzeCommerceShipping;
}());
exports.PyzeCommerceShipping = PyzeCommerceShipping;
var PyzeCommerceSupport = (function () {
function PyzeCommerceSupport() {
}
PyzeCommerceSupport.postLiveChatStartedWithTopic = function (topic, orderNumber, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceSupport.postLiveChatStartedWithTopic(topic, orderNumber, customAttributes);
};
PyzeCommerceSupport.postLiveChatEndedWithTopic = function (topic, orderNumber, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceSupport.postLiveChatEndedWithTopic(topic, orderNumber, customAttributes);
};
PyzeCommerceSupport.postTicketCreated = function (topic, itemID, orderNumber, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceSupport.postTicketCreated(topic, itemID, orderNumber, customAttributes);
};
PyzeCommerceSupport.postFeedbackReceived = function (feedback, orderNumber, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceSupport.postFeedbackReceived(feedback, orderNumber, customAttributes);
};
PyzeCommerceSupport.postQualityOfServiceRated = function (comment, rating, orderNumber, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceSupport.postQualityOfServiceRated(comment, rating, orderNumber, customAttributes);
};
return PyzeCommerceSupport;
}());
exports.PyzeCommerceSupport = PyzeCommerceSupport;
var PyzeCommerceWishList = (function () {
function PyzeCommerceWishList() {
}
PyzeCommerceWishList.postCreated = function (uniqueWishListId, wishListType, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceWishList.postCreated(uniqueWishListId, wishListType, customAttributes);
};
PyzeCommerceWishList.postBrowsed = function (uniqueWishListId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceWishList.postBrowsed(uniqueWishListId, customAttributes);
};
PyzeCommerceWishList.postAddedItem = function (uniqueWishListId, itemCategory, itemId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceWishList.postAddedItem(uniqueWishListId, itemCategory, itemId, customAttributes);
};
PyzeCommerceWishList.postRemovedItem = function (uniqueWishListId, itemCategory, itemId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceWishList.postRemovedItem(uniqueWishListId, itemCategory, itemId, customAttributes);
};
PyzeCommerceWishList.postShared = function (uniqueWishListId, customAttributes) {
pyze_ns_ios_1.NSPyzeCommerceWishList.postShared(uniqueWishListId, customAttributes);
};
return PyzeCommerceWishList;
}());
exports.PyzeCommerceWishList = PyzeCommerceWishList;
var PyzeContent = (function () {
function PyzeContent() {
}
PyzeContent.postViewed = function (contentName, categoryName, contentId, customAttributes) {
pyze_ns_ios_1.NSPyzeContent.postViewed(contentName, categoryName, contentId, customAttributes);
};
PyzeContent.postSearched = function (searchstring, customAttributes) {
pyze_ns_ios_1.NSPyzeContent.postSearched(searchstring, customAttributes);
};
PyzeContent.postRatedOn5PointScale = function (contentName, categoryName, contentId, rating, customAttributes) {
pyze_ns_ios_1.NSPyzeContent.postRatedOn5PointScale(contentName, categoryName, contentId, rating, customAttributes);
};
PyzeContent.postRatedThumbsUp = function (contentName, categoryName, contentId, customAttributes) {
pyze_ns_ios_1.NSPyzeContent.postRatedThumbsUp(contentName, categoryName, contentId, customAttributes);
};
PyzeContent.postRatedThumbsDown = function (contentName, categoryName, contentId, customAttributes) {
pyze_ns_ios_1.NSPyzeContent.postRatedThumbsDown(contentName, categoryName, contentId, customAttributes);
};
return PyzeContent;
}());
exports.PyzeContent = PyzeContent;
var PyzeDrone = (function () {
function PyzeDrone() {
}
PyzeDrone.postPreflightCheckCompleted = function (overallStatus, storageStatus, droneBatteryChargePercent, deviceBatteryChargePercent, calibrationStatus, gpsStatus, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postPreflightCheckCompleted(overallStatus, storageStatus, droneBatteryChargePercent, deviceBatteryChargePercent, calibrationStatus, gpsStatus, customAttributes);
};
PyzeDrone.postInflightCheckCompleted = function (overallStatus, rollStatus, pitchStatus, yawStatus, throttleStatus, trimmingSettings, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postInflightCheckCompleted(overallStatus, rollStatus, pitchStatus, yawStatus, throttleStatus, trimmingSettings, customAttributes);
};
PyzeDrone.postConnected = function (customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postConnected(customAttributes);
};
PyzeDrone.postDisconnected = function (code, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postDisconnected(code, customAttributes);
};
PyzeDrone.postAirborne = function (status, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postAirborne(status, customAttributes);
};
PyzeDrone.postLanded = function (status, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postLanded(status, customAttributes);
};
PyzeDrone.postFlightPathCreated = function (uniqueFlightPathId, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postFlightPathCreated(uniqueFlightPathId, customAttributes);
};
PyzeDrone.postFlightPathUploaded = function (uniqueFlightPathId, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postFlightPathUploaded(uniqueFlightPathId, customAttributes);
};
PyzeDrone.postFlightPathEdited = function (uniqueFlightPathId, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postFlightPathEdited(uniqueFlightPathId, customAttributes);
};
PyzeDrone.postFlightPathDeleted = function (uniqueFlightPathId, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postFlightPathDeleted(uniqueFlightPathId, customAttributes);
};
PyzeDrone.postFlightPathCompleted = function (uniqueFlightPathId, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postFlightPathCompleted(uniqueFlightPathId, customAttributes);
};
PyzeDrone.postFirstPersonViewEnabled = function (status, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postFirstPersonViewEnabled(status, customAttributes);
};
PyzeDrone.postFirstPersonViewDisabled = function (status, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postFirstPersonViewDisabled(status, customAttributes);
};
PyzeDrone.postStartedAerialVideo = function (status, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postStartedAerialVideo(status, customAttributes);
};
PyzeDrone.postStartedAerialVideoDetailed = function (status, videoIdentifer, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postStartedAerialVideoDetailed(status, videoIdentifer, customAttributes);
};
PyzeDrone.postStoppedAerialVideo = function (status, secondsLength, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postStoppedAerialVideo(status, secondsLength, customAttributes);
};
PyzeDrone.postTookAerialPicture = function (status, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postTookAerialPicture(status, customAttributes);
};
PyzeDrone.postStartedAerialTimelapse = function (status, totalshots, secondsBetweenShots, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postStartedAerialTimelapse(status, totalshots, secondsBetweenShots, customAttributes);
};
PyzeDrone.postStoppedAerialTimelapse = function (status, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postStoppedAerialTimelapse(status, customAttributes);
};
PyzeDrone.postRequestedReturnToBase = function (customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postRequestedReturnToBase(customAttributes);
};
PyzeDrone.postSwitchedToHelicopterFlyingMode = function (customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postSwitchedToHelicopterFlyingMode(customAttributes);
};
PyzeDrone.postSwitchedToAltitudeFlyingMode = function (customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postSwitchedToAltitudeFlyingMode(customAttributes);
};
PyzeDrone.postSwitchedToGPSHoldFlyingMode = function (customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postSwitchedToGPSHoldFlyingMode(customAttributes);
};
PyzeDrone.postSwitchedToCustomFlyingMode = function (mode, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postSwitchedToCustomFlyingMode(mode, customAttributes);
};
PyzeDrone.postSetMaxAltitude = function (altitudeInMeters, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postSetMaxAltitude(altitudeInMeters, customAttributes);
};
PyzeDrone.postSetAutoReturnInSeconds = function (seconds, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postSetAutoReturnInSeconds(seconds, customAttributes);
};
PyzeDrone.postSetAutoReturnWhenLowMemory = function (memoryLeftInKilobytes, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postSetAutoReturnWhenLowMemory(memoryLeftInKilobytes, customAttributes);
};
PyzeDrone.postSetAutoReturnWhenLowBattery = function (batterylevelPercent, customAttributes) {
pyze_ns_ios_1.NSPyzeDrone.postSetAutoReturnWhenLowBattery(batterylevelPercent, customAttributes);
};
return PyzeDrone;
}());
exports.PyzeDrone = PyzeDrone;
var PyzeExplicitActivation = (function () {
function PyzeExplicitActivation() {
}
PyzeExplicitActivation.postWithAttributes = function (customAttributes) {
pyze_ns_ios_1.NSPyzeExplicitActivation.postWithAttributes(customAttributes);
};
PyzeExplicitActivation.post = function () {
pyze_ns_ios_1.NSPyzeExplicitActivation.post();
};
return PyzeExplicitActivation;
}());
exports.PyzeExplicitActivation = PyzeExplicitActivation;
var PyzeGaming = (function () {
function PyzeGaming() {
}
PyzeGaming.postLevelStarted = function (level, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postLevelStarted(level, customAttributes);
};
PyzeGaming.postLevelEnded = function (level, score, success, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postLevelEnded(level, score, success, customAttributes);
};
PyzeGaming.postPowerUpConsumed = function (level, type, value, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postPowerUpConsumed(level, type, value, customAttributes);
};
PyzeGaming.postInGameItemPurchased = function (uniqueItemId, itemType, value, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postInGameItemPurchased(uniqueItemId, itemType, value, customAttributes);
};
PyzeGaming.postAchievementEarned = function (uniqueAchievementId, type, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postAchievementEarned(uniqueAchievementId, type, customAttributes);
};
PyzeGaming.postSummaryViewed = function (level, type, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postSummaryViewed(level, type, customAttributes);
};
PyzeGaming.postLeaderBoardViewed = function (level, score, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postLeaderBoardViewed(level, score, customAttributes);
};
PyzeGaming.postScorecardViewed = function (level, score, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postScorecardViewed(level, score, customAttributes);
};
PyzeGaming.postHelpViewed = function (helpTopicId, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postHelpViewed(helpTopicId, customAttributes);
};
PyzeGaming.postTutorialViewed = function (helpTopicId, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postTutorialViewed(helpTopicId, customAttributes);
};
PyzeGaming.postFriendChallenged = function (customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postFriendChallenged(customAttributes);
};
PyzeGaming.postChallengeAccepted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postChallengeAccepted(customAttributes);
};
PyzeGaming.postChallengeDeclined = function (customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postChallengeDeclined(customAttributes);
};
PyzeGaming.postGameStarted = function (level, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postGameStarted(level, customAttributes);
};
PyzeGaming.postGameEnd = function (levelsPlayed, levelsWon, customAttributes) {
pyze_ns_ios_1.NSPyzeGaming.postGameEnd(levelsPlayed, levelsWon, customAttributes);
};
return PyzeGaming;
}());
exports.PyzeGaming = PyzeGaming;
var PyzeHealthAndFitness = (function () {
function PyzeHealthAndFitness() {
}
PyzeHealthAndFitness.postStarted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeHealthAndFitness.postStarted(customAttributes);
};
PyzeHealthAndFitness.postEnded = function (customAttributes) {
pyze_ns_ios_1.NSPyzeHealthAndFitness.postEnded(customAttributes);
};
PyzeHealthAndFitness.postAchievementReceived = function (customAttributes) {
pyze_ns_ios_1.NSPyzeHealthAndFitness.postAchievementReceived(customAttributes);
};
PyzeHealthAndFitness.postStepGoalCompleted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeHealthAndFitness.postStepGoalCompleted(customAttributes);
};
PyzeHealthAndFitness.postGoalCompleted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeHealthAndFitness.postGoalCompleted(customAttributes);
};
PyzeHealthAndFitness.postChallengedFriend = function (customAttributes) {
pyze_ns_ios_1.NSPyzeHealthAndFitness.postChallengedFriend(customAttributes);
};
PyzeHealthAndFitness.postChallengeAccepted = function (customAttributes) {
pyze_ns_ios_1.NSPyzeHealthAndFitness.postChallengeAccepted(customAttributes);
};
return PyzeHealthAndFitness;
}());
exports.PyzeHealthAndFitness = PyzeHealthAndFitness;
var PyzeIdentity = (function () {
function PyzeIdentity() {
}
PyzeIdentity.setUserIdentifier = function (userIdentifier) {
pyze_ns_ios_1.NSPyzeIdentity.setUserIdentifier(userIdentifier);
};
PyzeIdentity.resetUserIdentifier = function () {
pyze_ns_ios_1.NSPyzeIdentity.resetUserIdentifier();
};
PyzeIdentity.postTraits = function (attributes) {
pyze_ns_ios_1.NSPyzeIdentity.postTraits(attributes);
};
return PyzeIdentity;
}());
exports.PyzeIdentity = PyzeIdentity;
var PyzeInAppPurchaseRevenue = (function () {
function PyzeInAppPurchaseRevenue() {
}
PyzeInAppPurchaseRevenue.postPriceListViewed = function (appScreenRequestFromId, customAttributes) {
pyze_ns_ios_1.NSPyzeInAppPurchaseRevenue.postPriceListViewed(appScreenRequestFromId, customAttributes);
};
PyzeInAppPurchaseRevenue.postBuyItem = function (itemName, currency, price, itemType, itemSKU, quantity, appScreenRequestFromId, status, successOrErrorCode, customAttributes) {
pyze_ns_ios_1.NSPyzeInAppPurchaseRevenue.postBuyItem(itemName, currency, price, itemType, itemSKU, quantity, appScreenRequestFromId, status, successOrErrorCode, customAttributes);
};
PyzeInAppPurchaseRevenue.postBuyItemShort = function (itemName, price, currencyISO4217Code, customAttributes) {
pyze_ns_ios_1.NSPyzeInAppPurchaseRevenue.postBuyItemShort(itemName, price, currencyISO4217Code, customAttributes);
};
PyzeInAppPurchaseRevenue.postBuyItemUSD = function (itemName, price, customAttributes) {
pyze_ns_ios_1.NSPyzeInAppPurchaseRevenue.postBuyItemUSD(itemName, price, customAttributes);
};
return PyzeInAppPurchaseRevenue;
}());
exports.PyzeInAppPurchaseRevenue = PyzeInAppPurchaseRevenue;
var PyzeMedia = (function () {
function PyzeMedia() {
}
PyzeMedia.postPlayedMedia = function (contentName, type, categoryName, percent, contentId, customAttributes) {
pyze_ns_ios_1.NSPyzeMedia.postPlayedMedia(contentName, type, categoryName, percent, contentId, customAttributes);
};
PyzeMedia.postSearched = function (searchString, customAttributes) {
pyze_ns_ios_1.NSPyzeMedia.postSearched(searchString, customAttributes);
};
PyzeMedia.postRateOn5PointScale = function (contentName, categoryName, contentId, rating, customAttributes) {
pyze_ns_ios_1.NSPyzeMedia.postRateOn5PointScale(contentName, categoryName, contentId, rating, customAttributes);
};
PyzeMedia.postRatedThumbsUp = function (contentName, categoryName, contentId, customAttributes) {
pyze_ns_ios_1.NSPyzeMedia.postRatedThumbsUp(contentName, categoryName, contentId, customAttributes);
};
PyzeMedia.postRatedThumbsDown = function (contentName, categoryName, contentId, customAttributes) {
pyze_ns_ios_1.NSPyzeMedia.postRatedThumbsDown(contentName, categoryName, contentId, customAttributes);
};
return PyzeMedia;
}());
exports.PyzeMedia = PyzeMedia;
var PyzeMessaging = (function () {
function PyzeMessaging() {
}
PyzeMessaging.postMessageSent = function (uniqueId, customAttributes) {
pyze_ns_ios_1.NSPyzeMessaging.postMessageSent(uniqueId, customAttributes);
};
PyzeMessaging.postMessageSentOfType = function (messageType, uniqueId, customAttributes) {
pyze_ns_ios_1.NSPyzeMessaging.postMessageSentOfType(messageType, uniqueId, customAttributes);
};
PyzeMessaging.postMessageReceived = function (uniqueId, customAttributes) {
pyze_ns_ios_1.NSPyzeMessaging.postMessageReceived(uniqueId, customAttributes);
};
PyzeMessaging.postMessageNewConversation = function (uniqueId, customAttributes) {
pyze_ns_ios_1.NSPyzeMessaging.postMessageNewConversation(uniqueId, customAttributes);
};
PyzeMessaging.postMessageVoiceCall = function (uniqueId, customAttributes) {
pyze_ns_ios_1.NSPyzeMessaging.postMessageVoiceCall(uniqueId, customAttributes);
};
return PyzeMessaging;
}());
exports.PyzeMessaging = PyzeMessaging;
var PyzePersonalizationIntelligence = (function () {
function PyzePersonalizationIntelligence() {
}
PyzePersonalizationIntelligence.getTags = function (callback) {
pyze_ns_ios_1.NSPyzePersonalizationIntelligence.getTags(callback);
};
PyzePersonalizationIntelligence.isTagSet = function (tag) {
return pyze_ns_ios_1.NSPyzePersonalizationIntelligence.isTagSet(tag);
};
PyzePersonalizationIntelligence.areAnyTagSet = function (tags) {
return pyze_ns_ios_1.NSPyzePersonalizationIntelligence.areAnyTagSet(tags);
};
PyzePersonalizationIntelligence.areAllTagSet = function (tags) {
return pyze_ns_ios_1.NSPyzePersonalizationIntelligence.areAllTagSet(tags);
};
return PyzePersonalizationIntelligence;
}());
exports.PyzePersonalizationIntelligence = PyzePersonalizationIntelligence;
var PyzeSceneFlow = (function () {
function PyzeSceneFlow() {
}
PyzeSceneFlow.postSecondsOnScene = function (sceneName, seconds) {
pyze_ns_ios_1.NSPyzeSceneFlow.postSecondsOnScene(sceneName, seconds);
};
return PyzeSceneFlow;
}());
exports.PyzeSceneFlow = PyzeSceneFlow;
var PyzeSocial = (function () {
function PyzeSocial() {
}
PyzeSocial.postSocialContentShareForNetworkName = function (socialNetworkName, contentReference, category, customAttributes) {
pyze_ns_ios_1.NSPyzeSocial.postSocialContentShareForNetworkName(socialNetworkName, contentReference, category, customAttributes);
};
PyzeSocial.postLiked = function (socialNetworkName, contentReference, category, customAttributes) {
pyze_ns_ios_1.NSPyzeSocial.postLiked(socialNetworkName, contentReference, category, customAttributes);
};
PyzeSocial.postFollowed = function (socialNetworkName, contentReference, category, customAttributes) {
pyze_ns_ios_1.NSPyzeSocial.postFollowed(socialNetworkName, contentReference, category, customAttributes);
};
PyzeSocial.postSubscribed = function (socialNetworkName, contentReference, category, customAttributes) {
pyze_ns_ios_1.NSPyzeSocial.postSubscribed(socialNetworkName, contentReference, category, customAttributes);
};
PyzeSocial.postInvitedFriends = function (socialNetworkName, customAttributes) {
pyze_ns_ios_1.NSPyzeSocial.postInvitedFriends(socialNetworkName, customAttributes);
};
PyzeSocial.postFoundFriends = function (source, customAttributes) {
pyze_ns_ios_1.NSPyzeSocial.postFoundFriends(source, customAttributes);
};
return PyzeSocial;
}());
exports.PyzeSocial = PyzeSocial;
var PyzeSupport = (function () {
function PyzeSupport() {
}
PyzeSupport.postRequestedPhoneCallback = function (customAttributes) {
pyze_ns_ios_1.NSPyzeSupport.postRequestedPhoneCallback(customAttributes);
};
PyzeSupport.postLiveChatStartedWithTopic = function (topic, customAttributes) {
pyze_ns_ios_1.NSPyzeSupport.postLiveChatStartedWithTopic(topic, customAttributes);
};
PyzeSupport.postLiveChatEndedWithTopic = function (topic, customAttributes) {
pyze_ns_ios_1.NSPyzeSupport.postLiveChatEndedWithTopic(topic, customAttributes);
};
PyzeSupport.postTicketCreated = function (itemID, topic, customAttributes) {
pyze_ns_ios_1.NSPyzeSupport.postTicketCreated(itemID, topic, customAttributes);
};
PyzeSupport.postFeedbackReceived = function (feedback, customAttributes) {
pyze_ns_ios_1.NSPyzeSupport.postFeedbackReceived(feedback, customAttributes);
};
PyzeSupport.postQualityOfServiceRated = function (comment, rating, customAttributes) {
pyze_ns_ios_1.NSPyzeSupport.postQualityOfServiceRated(comment, rating, customAttributes);
};
return PyzeSupport;
}());
exports.PyzeSupport = PyzeSupport;
var PyzeTasks = (function () {
function PyzeTasks() {
}
PyzeTasks.postAddToCalendarWithAttributes = function (customAttributes) {
pyze_ns_ios_1.NSPyzeTasks.postAddToCalendarWithAttributes(customAttributes);
};
return PyzeTasks;
}());
exports.PyzeTasks = PyzeTasks;
var PyzeWeatherAndForecast = (function () {
function PyzeWeatherAndForecast() {
}
PyzeWeatherAndForecast.postWeatherRequestedForType = function (type, howManyDays, customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherRequestedForType(type, howManyDays, customAttributes);
};
PyzeWeatherAndForecast.postWeatherHistoricalRequest = function (startInterval, endInterval, customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherHistoricalRequest(startInterval, endInterval, customAttributes);
};
PyzeWeatherAndForecast.postWeatherStationsRequestWithClusterData = function (clusterData, point, customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherStationsRequestWithClusterData(clusterData, point, customAttributes);
};
PyzeWeatherAndForecast.postWeatherMapLayersRequested = function (layerName, customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherMapLayersRequested(layerName, customAttributes);
};
PyzeWeatherAndForecast.postWeatherRequestForUVIndexAtPoint = function (point, customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherRequestForUVIndexAtPoint(point, customAttributes);
};
PyzeWeatherAndForecast.postWeatherResponseForType = function (type, customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherResponseForType(type, customAttributes);
};
PyzeWeatherAndForecast.postWeatherResponseForHistoricalData = function (customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherResponseForHistoricalData(customAttributes);
};
PyzeWeatherAndForecast.postWeatherStationResponseData = function (customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherStationResponseData(customAttributes);
};
PyzeWeatherAndForecast.postWeatherMapLayersResponse = function (customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherMapLayersResponse(customAttributes);
};
PyzeWeatherAndForecast.postWeatherResponseForUVIndex = function (customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postWeatherResponseForUVIndex(customAttributes);
};
PyzeWeatherAndForecast.postForecastRequestForKeywords = function (commaSeperateKeywords, customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postForecastRequestForKeywords(commaSeperateKeywords, customAttributes);
};
PyzeWeatherAndForecast.postForecastResponseForKeywordsShort = function (customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postForecastResponseForKeywordsShort(customAttributes);
};
PyzeWeatherAndForecast.postForecastFetch = function (nDays, customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postForecastFetch(nDays, customAttributes);
};
PyzeWeatherAndForecast.postForecastFetchResponse = function (customAttributes) {
pyze_ns_ios_1.NSPyzeWeatherAndForecast.postForecastFetchResponse(customAttributes);
};
return PyzeWeatherAndForecast;
}());
exports.PyzeWeatherAndForecast = PyzeWeatherAndForecast;
var PyzeSMS = (function () {
function PyzeSMS() {
}
PyzeSMS.registerDevice = function (phoneNumber, countryCode, customAttributes) {
pyze_ns_ios_1.NSPyzeSMS.registerDevice(phoneNumber, countryCode, customAttributes);
};
PyzeSMS.sendVerification = function (phoneNumber, countryCode, verificationCode, customAttributes) {
pyze_ns_ios_1.NSPyzeSMS.sendVerification(phoneNumber, countryCode, verificationCode, customAttributes);
};
PyzeSMS.unsubscribeDevice = function (phoneNumber, countryCode, customAttributes) {
pyze_ns_ios_1.NSPyzeSMS.unsubscribeDevice(phoneNumber, countryCode, customAttributes);
};
return PyzeSMS;
}());
exports.PyzeSMS = PyzeSMS;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHl6ZS5pb3MuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJweXplLmlvcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUVBLDZDQW1DdUI7QUFDdkI7SUFDSTtJQUNBLENBQUM7SUFBQSxDQUFDO0lBQ0ssZUFBVSxHQUFqQixVQUFrQixVQUFpQjtRQUMvQixvQkFBTSxDQUFDLFVBQVUsQ0FBQyxVQUFVLENBQUMsQ0FBQztJQUNsQyxDQUFDO0lBQ00sMkJBQXNCLEdBQTdCLFVBQThCLFVBQWlCLEVBQUUsUUFBZ0I7UUFDN0Qsb0JBQU0sQ0FBQyxzQkFBc0IsQ0FBQyxVQUFVLEVBQUMsUUFBUSxDQUFDLENBQUM7SUFDdkQsQ0FBQztJQUNNLHNCQUFpQixHQUF4QjtRQUNJLE1BQU0sQ0FBQyxvQkFBTSxDQUFDLGlCQUFpQixFQUFFLENBQUM7SUFDdEMsQ0FBQztJQUNNLDBCQUFxQixHQUE1QixVQUE2QixRQUFhO1FBQ3RDLG9CQUFNLENBQUMscUJBQXFCLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDM0MsQ0FBQztJQUNNLDZDQUF3QyxHQUEvQyxVQUFnRCxXQUFtQixFQUFFLGtCQUEwQixFQUFFLFFBQWE7UUFDMUcsb0JBQU0sQ0FBQyx3Q0FBd0MsQ0FBQyxXQUFXLEVBQUMsa0JBQWtCLEVBQUMsUUFBUSxDQUFDLENBQUM7SUFDN0YsQ0FBQztJQUNNLHNCQUFpQixHQUF4QjtRQUNJLG9CQUFNLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztJQUMvQixDQUFDO0lBQ00sOEJBQXlCLEdBQWhDLFVBQWlDLFFBQWE7UUFDMUMsb0JBQU0sQ0FBQyx5QkFBeUIsQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUMvQyxDQUFDO0lBQ00sMkJBQXNCLEdBQTdCLFVBQThCLFdBQW1CLEVBQUUsUUFBYTtRQUM1RCxvQkFBTSxDQUFDLHNCQUFzQixDQUFDLFdBQVcsRUFBQyxRQUFRLENBQUMsQ0FBQztJQUN4RCxDQUFDO0lBQ00sNEJBQXVCLEdBQTlCLFVBQStCLEdBQVcsRUFB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