Package Sce.PlayStation.Core.Services

Services feature. More...

Classes

class  AccountInformation
 Static class representing account information. More...
class  InAppPurchaseDialog
 Class representing the dialog for processing In-App billing. More...
class  InAppPurchaseProduct
 Class representing a product that can be purchased with In-App Purchase. More...
class  InAppPurchaseProductList
 Class representing a list of products that can be purchased with In-App Purchase. More...
class  NetworkStreamReader
 Stream reader class. More...
class  NetworkResponse
 Network response class. More...
class  NetworkRequest
 Network request class. More...
class  Network
 Network class which handles scoreboard usage. More...

Enumerations

enum  InAppPurchaseCommand {
  None = 0, GetProductInfo = 1, GetTicketInfo = 2, Purchase = 3,
  Consume = 4
}
 

Operation command of In-App Purchase.

More...
enum  InAppPurchaseTicketType { Normal = 0, Consumable = 1 }
 

Ticket type of In-App Purchase.

More...
enum  NetworkRequestType
 

Network request type.


enum  NetworkState {
  NotConnected = 0, SignedOut, SignedIn, Online,
  AuthRequested, AuthRequestReady, AuthRequestFailed, NetworkServerIdle,
  NetworkServerRequested, NetworkServerReady, NetworkServerFailed
}
 

Network state.

More...

Detailed Description

Services feature.


Enumeration Type Documentation

Operation command of In-App Purchase.

Enumerator:
None 

None.

GetProductInfo 

Obtains product information from the server.

GetTicketInfo 

Obtains ticket information from the server.

Purchase 

Purchases a product.

Consume 

Consumes a ticket.

Ticket type of In-App Purchase.

Enumerator:
Normal 

Normal type.

Consumable 

Consumption type.

Network state.

Enumerator:
NotConnected 

no connection (PSN)

SignedOut 

signed out (PSN)

SignedIn 

signed in (PSN)

Online 

online (PSN)

AuthRequested 

ticket requested (PSN)

AuthRequestReady 

ticket received (PSN)

AuthRequestFailed 

authorization failed (PSN)

NetworkServerIdle 

needs to connect (Network Services server)

NetworkServerRequested 

request has been sent (Network Services server)

NetworkServerReady 

ready to make requests (Network Services server)

NetworkServerFailed 

authorization failed (Network Services server)