ProtoOutputStream.End(Int64) Method

Definition

End the object started by start() that returned token.

[Android.Runtime.Register("end", "(J)V", "", ApiSince=30)]
public void End (long token);
[<Android.Runtime.Register("end", "(J)V", "", ApiSince=30)>]
member this.End : int64 -> unit

Parameters

token
Int64

The token returned from #start(long)

Attributes

Remarks

End the object started by start() that returned token.

Java documentation for android.util.proto.ProtoOutputStream.end(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