You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
The Heyzap start options are an unsigned integer bitmask passed to + (void) startWithPublisherID:(NSString *)publisherID andOptions:(HZAdOptions)options. I don't know what the code is doing with the options right now - it appears they are being returned as an array to the js that called the bridge's start method.
The text was updated successfully, but these errors were encountered:
Yeah it was kind of just a test to see if constants were being exported back to JS, I'll be getting rid of that in the future.
As it stands now, the only "option" that actually works aside from the callbacks is the publisherId. I'm definitely looking into fixing it, I've got a local branch with all HZ* constants exported and I wanted to use them in React.
The Heyzap start options are an unsigned integer bitmask passed to
+ (void) startWithPublisherID:(NSString *)publisherID andOptions:(HZAdOptions)options
. I don't know what the code is doing with the options right now - it appears they are being returned as an array to the js that called the bridge'sstart
method.The text was updated successfully, but these errors were encountered: