구문
멤버
advancedPlatformDelivery PFPushNotificationsAdvancedPushPlatformMsg const*may be nullptr (선택 사항) 대상 디바이스에 정확하게 형식이 지정된 json을 제공할 수 있습니다. 이는 PlayFab에서 기본적으로 지원하지 않는 사용자 지정 플러그 인 논리, 필드 또는 기능에 전달할 수 있는 고급 기능입니다.
advancedPlatformDeliveryCount uint32_t
advancedPlatformDelivery의 개수입니다.
customTags PFStringDictionaryEntry const*may be nullptr (선택 사항) 요청과 연결된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).
customTagsCount uint32_t
customTags의 개수입니다.
message const char*is null-terminated (선택 사항) 보낼 메시지의 텍스트입니다.
package PFPushNotificationsPushNotificationPackage const*may be nullptr (선택 사항) 메시지, 제목, 아이콘 등 가능한 모든 푸시 특성을 정의합니다. 일부 매개 변수는 디바이스별로 다르므로 자세한 내용은 PushNotificationPackage 설명서를 참조하세요.
recipient const char*is null-terminated 푸시 알림 받는 사람의 PlayFabId입니다.
subject const char*is null-terminated (선택 사항) 보낼 메시지의 제목입니다(일부 플랫폼에서는 표시되지 않을 수 있음).
targetPlatforms PFPushNotificationPlatform const*may be nullptr (선택 사항) 메시지 또는 패키지를 받아야 하는 대상 플랫폼입니다. 생략하면 사용 가능한 모든 플랫폼으로 보냅니다.
targetPlatformsCount uint32_t
targetPlatforms의 개수입니다.
