Stream Chat Unreal SDK
Loading...
Searching...
No Matches
PushProvider.h
1
// Copyright 2022 Stream.IO, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "CoreMinimal.h"
6
7
#include "PushProvider.generated.h"
8
9
UENUM(BlueprintType)
10
enum class
EPushProvider : uint8
11
{
12
Firebase,
13
Apn,
14
Huawei
15
};
Source
Backend
StreamChatDto
Public
PushProvider.h
Generated by
1.9.5