OpenMetaverse Protocol Library Developers API Documentation
FriendshipResponseEventArgs Constructor (agentID, agentName, accepted)
NamespacesOpenMetaverse FriendshipResponseEventArgsFriendshipResponseEventArgs(UUID, String, Boolean)
Construct a new instance of the FriendShipResponseEventArgs class
Declaration Syntax
C#
public 
FriendshipResponseEventArgs(
        
UUID 
agentID,
        
string 
agentName,
        
bool 
accepted
)
Parameters
agentID ( UUID)
The ID of the agent we requested a friendship with
agentName ( String)
The name of the agent we requested a friendship with
accepted ( Boolean)
true if the agent accepted our friendship offer

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)