ApplicationsResource class
Constructors
- ApplicationsResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get(
String applicationId, {String? language, String? platformType, String? $fields}) → Future< Application> - Retrieves the metadata of the application with the given ID.
-
getEndPoint(
{String? applicationId, String? endPointType, String? $fields}) → Future< EndPoint> - Returns a URL for the requested end point type.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
played(
{String? $fields}) → Future< void> - Indicate that the currently authenticated user is playing your application.
-
toString(
) → String -
A string representation of this object.
inherited
-
verify(
String applicationId, {String? $fields}) → Future< ApplicationVerifyResponse> - Verifies the auth token provided with this request is for the application with the specified ID, and returns the ID of the player it was granted for.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited