Show / Hide Table of Contents

Class ISN_GKGameCenterViewController

A single user interface used to display achievements and leaderboards supported by Game Center.

Inheritance
System.Object
ISN_GKGameCenterViewController
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.GameKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_GKGameCenterViewController

Properties

LeaderboardIdentifier

The named leaderboard that is displayed by the view controller. The leaderboardIdentifier property must either be nil or it must match a leaderboard identifier you defined when you created your leaderboards on iTunes Connect. If nil, the view displays scores for the aggregate leaderboard. Default is nil.

Declaration
public string LeaderboardIdentifier { get; set; }
Property Value
Type Description
System.String

LeaderboardTimeScope

Gets or sets the leaderboard time scope.

Declaration
public ISN_GKLeaderboardTimeScope LeaderboardTimeScope { get; set; }
Property Value
Type Description
ISN_GKLeaderboardTimeScope

The leaderboard time scope.

ViewState

The content displayed by the Game Center view controller.

Declaration
public ISN_GKGameCenterViewControllerState ViewState { get; set; }
Property Value
Type Description
ISN_GKGameCenterViewControllerState

Methods

Show(Action)

Show configured view controller

Declaration
public void Show(Action callback = null)
Parameters
Type Name Description
Action callback
In This Article
Back to top Generated by DocFX