# Third Push
In order to better facilitate the service for your users, we also provide third-party-push to help you connect with your users.
TIP
In order to minimize conflicts, AIHelp does not integrate any third-party-push. We just serve as a message relay platform to help you remind users or other services in the form of push.
# API
# SetPushTokenAndPlatform()
Call this method AFTER Setting UID via updateUserInfo
to inform AIHelp of the player's push token and push platform.
FAIHelpForUEModule::Get().GetAIHelp()->SetPushTokenAndPlatform("PUSH_TOKEN", EAIHelpPushPlatform::FIREBASE);
# Definition
# pushToken
- Type:
FString
- Details: Required. Users' push token, get it from your push platform.
# pushPlatform
- Type:
EAIHelpPushPlatform
- Details: Required. AIHelp supports 5 different platforms, which are APNs, FireBase, JPush, GeTui and HuaWei.