Android Client Reference
Class GameFS
Namespace: com.playerio
Language: Java
The Player.IO GameFS service.
Methods | |||
---|---|---|---|
public static String |
Converts a GameFS path (like '/mygame.swf') into a full url, that can be downloaded over the internet. Important! Do not save or otherwise persist (bigdb, cookies, etc) the returned url, since the url will change over time. |
||
public static String |
Converts a GameFS path (like '/mygame.swf') into a full url, that can be downloaded over the internet. Important! Do not save or otherwise persist (bigdb, cookies, etc) the returned url, since the url will change over time. |
||
public String |
Converts a GameFS path (like '/mygame.swf') into a full url, that can be downloaded over the internet. Important! Do not save or otherwise persist (bigdb, cookies, etc) the returned url, since the url will change over time. |
||
public String |
Converts a GameFS path (like '/mygame.swf') into a full url, that can be downloaded over the internet. Important! Do not save or otherwise persist (bigdb, cookies, etc) the returned url, since the url will change over time. |
GameFS.getUrl
public static String |
|
Converts a GameFS path (like '/mygame.swf') into a full url, that can be downloaded over the internet. Important! Do not save or otherwise persist (bigdb, cookies, etc) the returned url, since the url will change over time.
Arguments
String | gameId |
String | path |
Throws
PlayerIOError |
GameFS.getUrl
public static String |
|
Converts a GameFS path (like '/mygame.swf') into a full url, that can be downloaded over the internet. Important! Do not save or otherwise persist (bigdb, cookies, etc) the returned url, since the url will change over time.
Arguments
String | gameId |
String | path |
boolean | secure |
Throws
PlayerIOError |
GameFS.getUrl
public String |
|
Converts a GameFS path (like '/mygame.swf') into a full url, that can be downloaded over the internet. Important! Do not save or otherwise persist (bigdb, cookies, etc) the returned url, since the url will change over time.
Arguments
String | path |
Throws
PlayerIOError |
GameFS.getUrl
public String |
|
Converts a GameFS path (like '/mygame.swf') into a full url, that can be downloaded over the internet. Important! Do not save or otherwise persist (bigdb, cookies, etc) the returned url, since the url will change over time.
Arguments
String | path |
boolean | secure |
Throws
PlayerIOError |