anbox-platform-sdk  1.23.0
Anbox Platform SDK API documentation
AnboxAndroidSystemProperties Struct Reference

AnboxAndroidSystemProperties describes the Android system properties provided by a platform to be forwarded to the Android container. More...

#include <types.h>

+ Collaboration diagram for AnboxAndroidSystemProperties:

Public Attributes

uint16_t size
 
const char ** properties
 

Detailed Description

AnboxAndroidSystemProperties describes the Android system properties provided by a platform to be forwarded to the Android container.

This enables the platform implmentation to provide required Android system properties for itself to function within Anbox runtime.

Definition at line 447 of file types.h.

Member Data Documentation

◆ properties

const char** AnboxAndroidSystemProperties::properties

Definition at line 451 of file types.h.

◆ size

uint16_t AnboxAndroidSystemProperties::size

Definition at line 449 of file types.h.


The documentation for this struct was generated from the following file: