Class ParentalClient
- java.lang.Object
-
- in.dragonbra.javasteam.steam.handlers.steamunifiedmessages.UnifiedService
-
- in.dragonbra.javasteam.rpc.service.ParentalClient
-
- All Implemented Interfaces:
IParentalClient
public class ParentalClient extends UnifiedService implements IParentalClient
- Since:
- 2023-01-04
-
-
Constructor Summary
Constructors Constructor Description ParentalClient(SteamUnifiedMessages steamUnifiedMessages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidNotifyLock(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesParentalSteamclient.CParental_ParentalLock_Notification request)voidNotifySettingsChange(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesParentalSteamclient.CParental_ParentalSettingsChange_Notification request)voidNotifyUnlock(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesParentalSteamclient.CParental_ParentalUnlock_Notification request)-
Methods inherited from class in.dragonbra.javasteam.steam.handlers.steamunifiedmessages.UnifiedService
getClassName, getMethodName, sendMessage, sendNotification
-
-
-
-
Constructor Detail
-
ParentalClient
public ParentalClient(SteamUnifiedMessages steamUnifiedMessages)
-
-
Method Detail
-
NotifySettingsChange
public void NotifySettingsChange(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesParentalSteamclient.CParental_ParentalSettingsChange_Notification request)
- Specified by:
NotifySettingsChangein interfaceIParentalClient
-
NotifyUnlock
public void NotifyUnlock(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesParentalSteamclient.CParental_ParentalUnlock_Notification request)
- Specified by:
NotifyUnlockin interfaceIParentalClient
-
NotifyLock
public void NotifyLock(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesParentalSteamclient.CParental_ParentalLock_Notification request)
- Specified by:
NotifyLockin interfaceIParentalClient
-
-