-
public class Platform
-
-
Field Summary
Fields Modifier and Type Field Description public final static Stringnameprivate ContextapplicationContext
-
Constructor Summary
Constructors Constructor Description Platform()
-
Method Summary
Modifier and Type Method Description ContextgetApplicationContext()voidsetAndroidContext(Context context)Set the Android Context for this instance booleanhasApplicationContext()-
-
Method Detail
-
getApplicationContext
Context getApplicationContext()
-
setAndroidContext
void setAndroidContext(Context context)
Set the Android Context for this instance
-
hasApplicationContext
boolean hasApplicationContext()
-
-
-
-