1) TnkSession - queryPublishState
When you stop publishing ads, no ads will not be displayed in your offerwall. For good user experience, you had better hide offer wall button itself when your app is not in publishing state. This method inquiries current state of your app in both async and sync way.
[Async Invocation]
Method
- (void) queryPublishState:(id)target action:(SEL)action;
Parameters
[Sync Invocation]
Method
- (NSInteger) queryPublishState;
Return
Return current state of your app. (See tnksdk.h in SDK)
|