Table of Contents

Class PersistableBundle

Namespace
Android.Os
Assembly
MASES.Netdroid.dll
public class PersistableBundle : BaseBundle, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloneable, IParcelable
Inheritance
PersistableBundle
Implements
Inherited Members
Extension Methods

Constructors

PersistableBundle()

public PersistableBundle()

PersistableBundle(PersistableBundle)

public PersistableBundle(PersistableBundle arg0)

Parameters

arg0 PersistableBundle

PersistableBundle

PersistableBundle(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PersistableBundle(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

PersistableBundle(int)

public PersistableBundle(int arg0)

Parameters

arg0 int

int

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

EMPTY

public static PersistableBundle EMPTY { get; set; }

Property Value

PersistableBundle

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance()

HPA initializer for PersistableBundle()

public static PersistableBundle CreatePoolableInstance()

Returns

PersistableBundle

CreatePoolableInstance(PersistableBundle)

HPA initializer for PersistableBundle(Android.Os.PersistableBundle arg0)

public static PersistableBundle CreatePoolableInstance(PersistableBundle arg0)

Parameters

arg0 PersistableBundle

Returns

PersistableBundle

CreatePoolableInstance(int)

HPA initializer for PersistableBundle(int arg0)

public static PersistableBundle CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

PersistableBundle

DeepCopy()

public PersistableBundle DeepCopy()

Returns

PersistableBundle

PersistableBundle

DescribeContents()

public int DescribeContents()

Returns

int

int

GetPersistableBundle(String)

public PersistableBundle GetPersistableBundle(String arg0)

Parameters

arg0 String

String

Returns

PersistableBundle

PersistableBundle

PutPersistableBundle(String, PersistableBundle)

public void PutPersistableBundle(String arg0, PersistableBundle arg1)

Parameters

arg0 String

String

arg1 PersistableBundle

PersistableBundle

ReadFromStream(InputStream)

public static PersistableBundle ReadFromStream(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Returns

PersistableBundle

PersistableBundle

Exceptions

IOException

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int

WriteToStream(OutputStream)

public void WriteToStream(OutputStream arg0)

Parameters

arg0 OutputStream

OutputStream

Exceptions

IOException

Operators

implicit operator Parcelable(PersistableBundle)

Converter from PersistableBundle to Parcelable

public static implicit operator Parcelable(PersistableBundle t)

Parameters

t PersistableBundle

Returns

Parcelable

implicit operator Cloneable(PersistableBundle)

Converter from PersistableBundle to Cloneable

public static implicit operator Cloneable(PersistableBundle t)

Parameters

t PersistableBundle

Returns

Cloneable