Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return the arguments supplied when the fragment was instantiated,
if any.
Set method documentation [Android Documentation]
Supply the construction arguments for this fragment. This can only
be called before the fragment has been attached to its activity; that
is, you should call it immediately after constructing the fragment. The
arguments supplied here will be retained across fragment destroy and
creation.