Skip to content

Functions - Parental Settings


isAppBlocked

isAppBlocked( uint32 app_id )

Check if the given app is blocked by parental settings.

Returns: bool

isAppInBlockList

isAppInBlockList( uint32 app_id )

Check if this app is in the block list.

Returns: bool

isFeatureBlocked

isFeatureBlocked( int feature )

Check if the given feature is blocked by parental settings.

Returns: bool

isFeatureInBlockList

isFeatureInBlockList( int feature )

Check if the given feature is in the block list.

Returns: bool

isParentalLockEnabled

isParentalLockEnabled()

Check if the parental lock is enabled.

Returns: bool

isParentalLockLocked

isParentalLockLocked()

Check if the parental lock is actually locked.

Returns: bool