Fix #14629 - Add support for Gemini for rewards external wallets
This commit is contained in:
@@ -13,10 +13,11 @@ class BraveRewardsPublisher {
|
||||
//PublisherStatus @
|
||||
//vendor/bat-native-ledger/include/bat/ledger/public/interfaces/ledger.mojom
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@IntDef({NOT_VERIFIED, CONNECTED, UPHOLD_VERIFIED, BITFLYER_VERIFIED})
|
||||
@IntDef({NOT_VERIFIED, CONNECTED, UPHOLD_VERIFIED, BITFLYER_VERIFIED, GEMINI_VERIFIED})
|
||||
public @interface PublisherStatus {}
|
||||
public static final int NOT_VERIFIED = 0;
|
||||
public static final int CONNECTED = 1;
|
||||
public static final int UPHOLD_VERIFIED = 2;
|
||||
public static final int BITFLYER_VERIFIED = 3;
|
||||
public static final int GEMINI_VERIFIED = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user