Skip to content

Commit

Permalink
fixup! Modify OSRequestGetInAppMessages method to include new heade…
Browse files Browse the repository at this point in the history
…r values
  • Loading branch information
Rodrigo Gomez Palacio committed Oct 15, 2024
1 parent aafe9de commit 60c4c79
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ of this software and associated documentation files (the "Software"), to deal
#import "OSInAppMessagingRequests.h"

@implementation OSRequestGetInAppMessages
+ (instancetype _Nonnull)withSubscriptionId:(NSString * _Nonnull)subscriptionId
+ (instancetype _Nonnull) withSubscriptionId:(NSString * _Nonnull)subscriptionId
withSessionDuration:(NSNumber * _Nonnull)sessionDuration
withRetryCount:(NSNumber *)retryCount
withRywToken:(NSString *)rywToken
withRetryCount:(NSNumber *)retryCount
withRywToken:(NSString *)rywToken
{
let request = [OSRequestGetInAppMessages new];
request.method = GET;
Expand Down

0 comments on commit 60c4c79

Please sign in to comment.