ProtoOutputStream.Start(Int64) Method

Definition

Start a sub object.

[Android.Runtime.Register("start", "(J)J", "", ApiSince=30)]
public long Start (long fieldId);
[<Android.Runtime.Register("start", "(J)J", "", ApiSince=30)>]
member this.Start : int64 -> int64

Parameters

fieldId
Int64

The field identifier constant from the generated class.

Returns

The token to call #end(long) with.

Attributes

Remarks

Start a sub object.

Java documentation for android.util.proto.ProtoOutputStream.start(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to