We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172807c commit 4d5bf19Copy full SHA for 4d5bf19
1 file changed
mParticle-Rokt/MPKitRokt.m
@@ -415,6 +415,11 @@ - (MPKitExecStatus *)events:(NSString *)identifier onEvent:(void (^)(MPRoktEvent
415
return [[MPKitExecStatus alloc] initWithSDKCode:[[self class] kitCode] returnCode:MPKitReturnCodeSuccess];
416
}
417
418
+- (MPKitExecStatus *)close {
419
+ [Rokt close];
420
+ return [[MPKitExecStatus alloc] initWithSDKCode:[[self class] kitCode] returnCode:MPKitReturnCodeSuccess];
421
+}
422
+
423
#pragma mark - User attributes and identities
424
425
- (MPKitExecStatus *)setUserIdentity:(NSString *)identityString identityType:(MPUserIdentity)identityType {
0 commit comments