@fishjam-cloud/react-native-client - v0.19.0
    Preparing search index...

    Type Alias ForegroundServiceConfig

    A type representing the configuration for foreground service permissions.

    type ForegroundServiceConfig = {
        channelId?: string;
        channelName?: string;
        enableCamera?: boolean;
        enableMicrophone?: boolean;
        notificationContent?: string;
        notificationTitle?: string;
    }
    Index

    Properties

    channelId?: string

    The id of the channel. Must be unique per package.

    channelName?: string

    The user visible name of the channel.

    enableCamera?: boolean

    Indicates whether the camera is enabled for the foreground service.

    enableMicrophone?: boolean

    Indicates whether the microphone is enabled for the foreground service.

    notificationContent?: string

    The text (second row) of the notification, in a standard notification.

    notificationTitle?: string

    The title (first row) of the notification, in a standard notification.