Table of Contents

Enum LauncherSocialMediaEntryFlag

Namespace
Hi3Helper.Plugin.Core.Management.Api
Assembly
Hi3Helper.Plugin.Core.dll

Defines kind of properties or flags that a social media entry can have.

[Flags]
public enum LauncherSocialMediaEntryFlag
Extension Methods

Fields

IconHoverIsDataBuffer = 8

The hover icon is an embedded data, encoded in Base64Url format.

IconHoverIsPath = 4

The hover icon is a UTF-8 path string.

IconIsDataBuffer = 2

The icon is an embedded data, encoded in Base64Url format.

IconIsPath = 1

The icon is a UTF-8 path string.

None = 0

The instance is untouched or has no data

QrImageIsDataBuffer = 32

The QR code image is an embedded data, encoded in Base64Url format.

QrImageIsPath = 16

The QR code image is a UTF-8 path string.