/// Set the message polling time interval (minimum: 10s). This API should be called before the singleton initialization.(void)setMessageTimerInterval:(NSTimeInterval)interval;
onClickWithCustomAction to handle related businesses./// Button event response proxy@property (weak, nonatomic, nullable) id<XGInAppMessageActionDelegate> actionDelegate;
upsertAccountsByDict:@{@(1002):@"specific mobile number"}./// @note TPNS SDK1.3.2.1+- (void)upsertPhoneNumber:(nonnull NSString *)phoneNumber;
[+][country code or area code][subscriber number], for example, +8613711112222. The SDK will encrypt the mobile number for transmission.[[XGPushTokenManager defaultTokenManager] upsertPhoneNumber:@"+8613712345678"];;
xgPushDidRegisteredDeviceToken:error: returns a success.delAccountsByKeys:[[NSSet alloc] initWithObjects:@(1002), nil] to delete a mobile number.AppDelegate.h file to demonstrate the feature in the demo, as shown in the figure below:

Feedback