react-native-adjoe-sdk-4.0.0-beta.3
    Preparing search index...

    Interface PlaytimeUserProfile

    Additional user information.

    interface PlaytimeUserProfile {
        birthday?: null | string;
        gender?: null | PlaytimeGender;
    }
    Index

    Properties

    Properties

    birthday?: null | string

    ISO8601 timestamp designating user’s birthday, e.g. 2025-06-26T14:45:30.123Z.

    gender?: null | PlaytimeGender

    User gender. Valid options are male, female, unknown.