Skip to content

Conversation

@BrandonStalnaker
Copy link
Collaborator

Summary

  • Added use of the events api to the example app

Testing Plan

  • Was this tested locally? If not, explain why.
  • tested with sample app

Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)

@BrandonStalnaker BrandonStalnaker self-assigned this Jun 13, 2025
@BrandonStalnaker BrandonStalnaker requested a review from a team as a code owner August 4, 2025 14:42
@BrandonStalnaker BrandonStalnaker force-pushed the development branch 6 times, most recently from c0f6f8e to 475e5d4 Compare August 4, 2025 20:23

if ([roktEvent isKindOfClass:[InitComplete class]]) {

} else if ([roktEvent isKindOfClass:[ShowLoadingIndicator class]]) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only InitComplete will be triggered from globalEventsOnEvent. Also, it is triggered when the Rokt.init is called. Probably we can move this to AppDelegate?

@"mobile": @"(555)867-5309"
};

[Rokt eventsWithViewName:@"RoktLayout" onEvent:^(RoktEvent * roktEvent) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be migrated to using the MPRoktEvent version using MParticle.sharedInstance().rokt

Base automatically changed from development to main October 1, 2025 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants