LeviLamina
Loading...
Searching...
No Matches
IdentityEventResponse.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Social {
6
7enum class IdentityEventResponse : int {
8 None = 0,
9 ReadyForSignIn = 1,
10 Error = 2,
11};
12
13}