rozod
    Preparing search index...

    Variable postPushNotificationsRegisterAndroidNativeConst Api Param

    postPushNotificationsRegisterAndroidNative: EndpointGeneric<
        {},
        {
            registration: {
                application: string;
                name: string;
                notificationToken: string;
                platform: | "ChromeOnDesktop"
                | "AndroidNative"
                | "FirefoxOnDesktop"
                | "IOSNative"
                | "AndroidAmazon"
                | "IOSTencent"
                | "AndroidTencentService"
                | "IOSPushKit";
                userPushNotificationDestinationId: number;
            };
            statusMessage: string;
        },
        {
            authorizeForUser: boolean;
            deviceName: string;
            notificationToken: string;
            oldNotificationToken: string;
        },
    > = ...

    POST https://notifications.roblox.com/v2/push-notifications/register-android-native Register Android Native for push notifications body