Editar

Compartir a través de


PFEntityKey constructor

Constructor (1 of 2)

Initializes a new instance of the PFEntityKey class. Pass in a PlayFabAuthenticationContext authContext returned by a PlayFab login method.

public PFEntityKey(PlayFabAuthenticationContext authContext)

Constructor (2 of 2)

Initializes a new instance of the PFEntityKey class.

public PFEntityKey(string id, string type)

See Also