Table of Contents

Class UIPlayerReportMenu

public class UIPlayerReportMenu : SampleMenuWithFriends
Inheritance
UIPlayerReportMenu
Inherited Members

Fields

CategoryList

public Dropdown CategoryList

Field Value

Dropdown

Message

public InputField Message

Field Value

InputField

PlayerName

public Text PlayerName

Field Value

Text

SanctionsListContentParent

public GameObject SanctionsListContentParent

Field Value

GameObject

UISanctionsEntryPrefab

public GameObject UISanctionsEntryPrefab

Field Value

GameObject

Methods

CancelButtonOnClick()

public void CancelButtonOnClick()

GetFriendInteractButtonText()

public override string GetFriendInteractButtonText()

Returns

string

GetFriendInteractionState(FriendData)

public override SampleMenuWithFriends.FriendInteractionState GetFriendInteractionState(FriendData friendData)

Parameters

friendData FriendData

Returns

SampleMenuWithFriends.FriendInteractionState

Hide()

Hides the SampleMenu. If overriding, make sure to call this base implementation first.

public override void Hide()

OnDestroy()

When overriding, call this base implementation first.

protected override void OnDestroy()

OnFriendInteractButtonClicked(FriendData)

public override void OnFriendInteractButtonClicked(FriendData friendData)

Parameters

friendData FriendData

PlayerSanctionsRefreshOnClick()

public void PlayerSanctionsRefreshOnClick()

ReportButtonOnClick(ProductUserId, string)

public void ReportButtonOnClick(ProductUserId userId, string playerName)

Parameters

userId ProductUserId
playerName string

Show()

Shows the SampleMenu. If overriding, make sure to call this base implementation first.

public override void Show()

SubmitReportButtonOnClick()

public void SubmitReportButtonOnClick()