Support
Welcome to WalkMe support

Please login in order to continue:

Work flows better with WalkMe
Work flows better with WalkMe.

iOS UIView用のMobile Element IDプロパティ

Last Updated 11月 29, 2022

概要

WalkMe Mobileは、SDKバージョン1.18.0以降から、UIViewにプロパティを設定して、ビューに一意のIDを設定することができます。 使用する場合、WalkMeは、Walk-Thrus、セグメンテーション、およびルールベースのゴール内のエレメントを識別するために、Element IDプロパティの値に依存します。

APIを使用する前提条件は、WalkMeSDKをインポートすることです。

エレメントIDプロパティの実装方法

目標C:

someView.__wm__elementID = @"my_unique_element_id"

Swift:

someView.__wm__elementID = "my_unique_element_id"

この記事は役に立ちましたか?

ご意見ありがとうございます!

Be part of something bigger.

Engage with peers, ask questions, share ideas

Ask the Community
×