![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
capacitor-plugin-walkme-sdk
Advanced tools
A Simple SDK that allows anyone to create and manage in-app content without coding and without deployment, to maximize in-app user engagement.
A Simple SDK that allows anyone to create and manage in-app content without coding and without deployment, to maximize in-app user engagement.
npm install capacitor-plugin-walkme-sdk
npx cap sync
start(...)
restart()
stop()
setFlag(...)
setUserID(...)
setUserAttribute(...)
setUserAttributes(...)
setPrivateUserAttribute(...)
setPrivateUserAttributes(...)
cleatPrivateUserAttributes()
sendTrackedEvent(...)
setScreenID(...)
setLanguage(...)
dismissCampaign()
triggerCampaign(...)
triggerCampaignWithDeepLink(...)
start(options: WMKSPair) => Promise<{ value: string; }>
Starts WalkMe SDK.
Param | Type |
---|---|
options | WMKSPair |
Returns: Promise<{ value: string; }>
restart() => Promise<{ value: string; }>
Restarts WalkMe SDK.
This method can be called only after WalkMe start was called first. WalkMe SDK restart is allowed if current session has been running for at least 30 seconds.
Returns: Promise<{ value: string; }>
stop() => Promise<{ value: string; }>
Stop WalkMe SDK.
This method can be called only after WalkMe start was called first.
Returns: Promise<{ value: string; }>
setFlag(flag: WMFlag) => Promise<void>
Utility function for support.
Param | Type | Description |
---|---|---|
flag | WMFlag | Will be given by WalkMe support team when needed |
setUserID(userID: WMUserID) => Promise<{ value: string; }>
Sets user id
Param | Type | Description |
---|---|---|
userID | WMUserID | the user ID as a string |
Returns: Promise<{ value: string; }>
setUserAttribute(options: WMKVPair) => Promise<{ value: string; }>
Sets a user attribute
Param | Type |
---|---|
options | WMKVPair |
Returns: Promise<{ value: string; }>
setUserAttributes(options: WMAttributes) => Promise<{ value: string; }>
Sets multiple user attributes
Param | Type |
---|---|
options | WMAttributes |
Returns: Promise<{ value: string; }>
setPrivateUserAttribute(options: WMKVPair) => Promise<{ value: string; }>
Sets a user attribute
Param | Type |
---|---|
options | WMKVPair |
Returns: Promise<{ value: string; }>
setPrivateUserAttributes(options: WMAttributes) => Promise<{ value: string; }>
Sets multiple user attributes
Param | Type |
---|---|
options | WMAttributes |
Returns: Promise<{ value: string; }>
cleatPrivateUserAttributes() => Promise<void>
clears the private user attributes
sendTrackedEvent(options: WMTrackedEvent) => Promise<{ value: string; }>
Sets multiple user attributes
Param | Type |
---|---|
options | WMTrackedEvent |
Returns: Promise<{ value: string; }>
setScreenID(screenID: WMScreenID) => Promise<void>
Set ID for a specific screen. When used, this should be called everytime the screen shows
Param | Type | Description |
---|---|---|
screenID | WMScreenID | the ID to set for a specific screen |
setLanguage(language: WMLanguage) => Promise<{ value: string; }>
Set the language for your campaigns. When used, the language param you pass should match the name of one of the languages you’ve set up in the console.
Param | Type | Description |
---|---|---|
language | WMLanguage | the language for which you want the SDK to display your campaigns |
Returns: Promise<{ value: string; }>
dismissCampaign() => Promise<void>
Dismiss currently presented campaign, in case nothing is presented this API does nothing. Exception for launcher campaigns which are not affected by this API.
triggerCampaign(trigger: WMTrigger) => Promise<{ value: string; }>
Launches a campaign by trigger key Once invoked, the method will show the campaign WITHOUT any of its segments (if defined)
Param | Type |
---|---|
trigger | WMTrigger |
Returns: Promise<{ value: string; }>
triggerCampaignWithDeepLink(options: WMTriggerFromDeepLink) => Promise<{ value: string; }>
Launches a campaign by trigger key Once invoked, the method will show the campaign WITHOUT any of its segments (if defined)
Param | Type |
---|---|
options | WMTriggerFromDeepLink |
Returns: Promise<{ value: string; }>
Prop | Type |
---|---|
key | string |
secret | string |
Prop | Type |
---|---|
flag | number |
Prop | Type |
---|---|
userID | string |
Prop | Type |
---|---|
key | string |
value | string | number | boolean |
Prop | Type |
---|---|
attributes | any |
Prop | Type |
---|---|
name | string |
properties | any |
Prop | Type |
---|---|
screenID | string |
Prop | Type |
---|---|
language | string |
Prop | Type |
---|---|
triggerKey | string |
Prop | Type |
---|---|
triggerKey | string |
deeplink | string |
FAQs
A Simple SDK that allows anyone to create and manage in-app content without coding and without deployment, to maximize in-app user engagement.
We found that capacitor-plugin-walkme-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.