File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,17 +25,14 @@ This example app demonstrates how to integrate and use the mParticle Rokt kit in
2525The example app consists of two main screens:
2626
27271 . ** Home Screen (` HomeViewController ` )** :
28- - Displays a simple UI with a button to launch the Rokt experience
29- - Contains basic styling and layout setup
30-
31- 2 . ** Sample Screen (` SampleViewController ` )** :
32- - Creates a Rokt embedded view and adds it to the view hierarchy
33- - Initializes the Rokt integration with user attributes
34- - Demonstrates how to use callbacks for various Rokt widget events (loading, unloading, size changes)
28+ - Displays a simple UI with a button to launch the Rokt experience
29+ - Creates a Rokt embedded view and adds it to the view hierarchy
30+ - Initializes the Rokt integration with user attributes
31+ - Demonstrates how to use callbacks for various Rokt widget events (loading, unloading, size changes)
3532
3633### Code Example
3734
38- Here's the key integration code from ` SampleViewController .swift` :
35+ Here's the key integration code from ` HomeViewController .swift` :
3936
4037``` swift
4138MParticle
You can’t perform that action at this time.
0 commit comments